summaryrefslogtreecommitdiff
path: root/hscript/meta.cc
AgeCommit message (Expand)AuthorFilesLines
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