summaryrefslogtreecommitdiff
path: root/scripts/tree.rc
AgeCommit message (Collapse)Author
2018-02-16Port build scripts to POSIX shellMichael Forney
Since we are now using Lua to generate ninja files, use of rc in build scripts seems unnecessary and adds an additional bootstrap dependency. None of them are too fancy, so just port to POSIX sh instead.
2017-02-25scripts/tree.rc: Write index in $outdirMichael Forney
2017-02-10scripts/tree.rc: Don't clobber repository indexMichael Forney
The repository index should be preserved if writing directly to the / repository.
2016-12-29Allow using /.git as output repositoryMichael Forney
2016-07-16Don't list git repository files as outputsMichael Forney
This way, ninja -t clean will work as expected.
2016-04-23Don't use head -c -1; it's not portableMichael Forney
2016-04-23Use empty checkstatus functionMichael Forney
Since it is considered a simple command, it will trigger a failure if the previous command had failed.
2016-04-16Use the name "oldcwd" for previous working directoryMichael Forney
2016-04-15Allow independent generation of ninja filesMichael Forney
2016-04-15scripts: Check status of commands with captured outputMichael Forney
2016-04-15Use git tag file as gittree outputMichael Forney
2016-04-15Add some initial packagesMichael Forney