Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-26 | hscript: Convert 'int line' to a ScriptLocation object | A. Wilcox | 1 | -1/+5 | |
2020-04-01 | hscript: Rename Image flag to ImageOnly | A. Wilcox | 1 | -1/+1 | |
Otherwise, this conflicts with the Horizon::Image namespace. | |||||
2020-03-24 | hscript: Implement 'Image' script option | A. Wilcox | 1 | -0/+2 | |
This option is for generating images using Horizon. It skips most disk-related operations, except for preparing /etc/fstab. It also skips setting the running system's hostname. | |||||
2020-03-24 | hscript: De-constify returned Horizon::Script* objects | A. Wilcox | 1 | -4/+4 | |
2020-03-11 | hscript: Make target directory configurable | A. Wilcox | 1 | -0/+6 | |
This is the first step towards creating images using Horizon. | |||||
2020-02-26 | hscript: Add introspection support for Script class | A. Wilcox | 1 | -0/+22 | |
2019-10-20 | hscript: constness fixes for ScriptOptions | A. Wilcox | 1 | -2/+4 | |
2019-10-12 | hscript: Add Script::execute() and Simulate option | A. Wilcox | 1 | -0/+5 | |
2019-10-12 | hscript: Ensure resources are reclaimed when Script is destroyed | A. Wilcox | 1 | -0/+3 | |
2019-10-08 | hscript: Add +opts+ member-var to Script class | A. Wilcox | 1 | -0/+1 | |
2019-10-07 | hscript: constness fixes | A. Wilcox | 1 | -2/+2 | |
2019-10-06 | hscript: Honour KeepGoing flag | A. Wilcox | 1 | -1/+1 | |
2019-10-06 | Beginnings of some extremely basic parsing and a utility | A. Wilcox | 1 | -12/+17 | |
2019-10-06 | Add skeleton logic | A. Wilcox | 1 | -3/+5 | |
2019-10-06 | More API stuff | A. Wilcox | 1 | -4/+24 | |
2019-10-05 | Tweak API | A. Wilcox | 1 | -7/+16 | |
2019-10-05 | Remove error list from Script, unneeded | A. Wilcox | 1 | -3/+0 | |
2019-10-05 | More API drafting | A. Wilcox | 1 | -3/+3 | |
2019-10-05 | Initial prototype for a script parsing API | A. Wilcox | 1 | -0/+41 | |