From 00e23e1f02a3ff5a13e18f9a800b9bf46e4ad9c1 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Wed, 15 Apr 2026 14:51:02 -0600 Subject: [PATCH] updated --- TODO.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 3b145ef..5f325e2 100644 --- a/TODO.md +++ b/TODO.md @@ -1,9 +1,10 @@ -- ~basic file server that fulfills pacman api~ -- ~fetch requested files from mirror~ -- ~DB sync from mirror~ - Basic testing for internal/cache -- Config file and import +- add cli option for config location - Complete testing - Deployment(PKGBUILD, systemd, bootstrap script?, systemd sync timer) - More complete sync(refresh packages on schedule with db, prefetch updates to pkgs we already have) - Build server/tool +- ~basic file server that fulfills pacman api~ +- ~fetch requested files from mirror~ +- ~DB sync from mirror~ +- ~Config file and import~