diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-18 13:41:13 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-18 13:41:13 -0600 |
| commit | 5564dfaca02196ee85da7871d065f8a4226f8129 (patch) | |
| tree | 50c21c81c4eed43e19340301041f0da8f736440f | |
| parent | 3e3d24e12750a5a79925ae36b5e48598116d5636 (diff) | |
| download | archangel-5564dfaca02196ee85da7871d065f8a4226f8129.tar.gz archangel-5564dfaca02196ee85da7871d065f8a4226f8129.zip | |
Update TODO.org: mark completed tasks as done
- Add config file information to README - DONE
- Add CI/CD test infrastructure - DONE (Makefile, test-install.sh, test configs)
| -rw-r--r-- | TODO.org | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,4 @@ * Open Work -** TODO [#B] Add config file information to README ** TODO [#B] Set up CI/CD pipeline for automated ISO builds *** Options to evaluate - Self-hosted on TrueNAS (primary target) @@ -31,6 +30,12 @@ ** TODO [#C] Check for methods to abstract * Resolved +** DONE [#B] Add config file information to README +Config file format documented in README.org with full reference and examples. + +** DONE [#B] Add CI/CD test infrastructure +Added Makefile, test-install.sh, and test configs for automated VM testing. + ** CANCELLED [#C] Consider Dialog-Based Interface for Status, Information, and Questions Using fzf instead. |
