summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* don't provide log formats as environmentspennae2023-09-272-8/+8
| | | | environments work, but this seems a little less fragile.
* combine all scripts into a single environmentpennae2023-09-261-3/+10
| | | | | this makes it easier to generate a bunch of scripts from a single configuration without having to deal with multiple result links.
* check correctness of UCI identifiers during buildpennae2023-09-251-2/+17
| | | | | | | uci import does not abort properly on config errors, so the deployment process continues and leaves the device with a partially invalid config. checking identifiers during build is also a lot faster than having the targets reboot due to import failures and subsequent rollbacks.
* initial commitpennae2023-09-2213-0/+820
without warranty of any kind, express or impliend