From 86ce6ec44bc5825f6cc7cce30a9cabf78e64016b Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Mon, 13 Apr 2026 23:07:41 -0600 Subject: [PATCH] added todo list to track work --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..1dfc6d6 --- /dev/null +++ b/TODO.md @@ -0,0 +1,10 @@ +~- basic file server that fulfills pacman api~ +~- fetch requested files from mirror~ +- DB sync from mirror +- Basic testing for internal/cache +- Timer/sync schedule in main +- Config file and import +- Complete testing +- Deployment(PKGBUILD, systemd, bootstrap script?) +- More complete sync(refresh packages on schedule with db, prefetch updates to pkgs we already have) +- Build server/tool