summaryrefslogtreecommitdiff
path: root/hscript/meta.cc
AgeCommit message (Expand)AuthorFilesLines
2019-10-20Make Installation Environment code conditionalA. Wilcox1-9/+22
2019-10-19hscript: Implement Firmware, and add testsA. Wilcox1-0/+34
2019-10-18hscript: Mark more stuff as unreachable for LCOVA. Wilcox1-2/+2
2019-10-18hscript: Mark install-only sections as untestableA. Wilcox1-25/+32
2019-10-16hscript: Make valid_pkg a static varA. Wilcox1-1/+3
2019-10-14hscript: Move PkgInstall virt methods to .cc to avoid vtable emissionA. Wilcox1-0/+13
2019-10-14hscript: Assert instead of validate in Hostname::executeA. Wilcox1-6/+2
2019-10-14hscript: Handle domain namesA. Wilcox1-0/+21
2019-10-14hscript: Handle dots correctly in Hostname::validateA. Wilcox1-2/+3
2019-10-13hscript: Pass data by referenceA. Wilcox1-3/+3
2019-10-13hscript, tools: Support shell writing in SimulatorA. Wilcox1-0/+5
2019-10-12hscript: Implement 'repository' key and add tests for itA. Wilcox1-1/+37
2019-10-12hscript: Fix dot logic in Hostname::executeA. Wilcox1-2/+2
2019-10-12hscript: Add hostname executionA. Wilcox1-3/+50
2019-10-12hscript: Fix logic reversalA. Wilcox1-1/+1
2019-10-12hscript: Validate 'hostname' keys and add another testA. Wilcox1-1/+30
2019-10-12hscript: Pass opts to all validate()s, implement 'mount' validationA. Wilcox1-2/+2
2019-10-08hscript: New module 'disk', fix headers of all filesA. Wilcox1-1/+1
2019-10-08hscript: - and _ are valid hostname charactersA. Wilcox1-1/+1
2019-10-08hscript: Handle pkgs with + char and add test (thanks @sroracle)A. Wilcox1-1/+1
2019-10-08hscript: handle packages with dot (.) characterA. Wilcox1-1/+1
2019-10-08hscript: Initial attempt at handling 'pkginstall' keyA. Wilcox1-2/+29
2019-10-08hscript: Implement 'hostname' parsing; add rest of existing manual testsA. Wilcox1-0/+41