Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't work around formatting issues in dependencies tool | Andrew Robbins | 2019-02-22 | 1 | -4/+4 |
| | | | | Output is fixed with a5babe37f42cc162812f8ed3310a1e0c45eabb67 | ||||
* | Remove braces from parameter expansions | Andrew Robbins | 2017-09-21 | 1 | -12/+12 |
| | | | | | | | * tools/dependencies/dependencies * tools/dependencies/dependencies-helper ditto | ||||
* | Create 'dependencies' tool to print dependencies | Andrew Robbins | 2017-09-14 | 1 | -0/+73 |
Mostly reimplements the old dependency-fetching scripts from resources/scripts/helpers/build/dependencies, though instead of fetching the requisite dependencies for the user, it prints them to stdout. The scripts do not perform any downloading/installation due to root privileges being necessary to carry it out. |