aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-18 13:41:13 -0600
committerCraig Jennings <c@cjennings.net>2026-01-18 13:41:13 -0600
commit5564dfaca02196ee85da7871d065f8a4226f8129 (patch)
tree50c21c81c4eed43e19340301041f0da8f736440f
parent3e3d24e12750a5a79925ae36b5e48598116d5636 (diff)
downloadarchangel-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.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 938dd47..f7e6f5f 100644
--- a/TODO.org
+++ b/TODO.org
@@ -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.