aboutsummaryrefslogtreecommitdiff
path: root/src/envctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor directory structureJoseph Hunkeler2024-10-141-125/+0
| | | | | * Move core library sources into src/lib/core * Move command-line programs into src/cli
* Regression tests, envctl, and bug fixes (#13)Joseph Hunkeler2024-07-201-0/+125
* Found too many bugs * Implements a regression test * Moves and completely refactors the envctl code * Allows the user to keep @STR@ values in output files (if you want full control over where external packages comes from post-build) * Fixes wording in a few places * envctl redaction is not implemented yet. The original redaction code hasn't been modified. * Use generic.ini instead of bare_minimum.ini