This commit is contained in:
2026-04-15 14:51:02 -06:00
parent abb8b58c2a
commit 00e23e1f02
+5 -4
View File
@@ -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 - Basic testing for internal/cache
- Config file and import - add cli option for config location
- Complete testing - Complete testing
- Deployment(PKGBUILD, systemd, bootstrap script?, systemd sync timer) - Deployment(PKGBUILD, systemd, bootstrap script?, systemd sync timer)
- More complete sync(refresh packages on schedule with db, prefetch updates to pkgs we already have) - More complete sync(refresh packages on schedule with db, prefetch updates to pkgs we already have)
- Build server/tool - Build server/tool
- ~basic file server that fulfills pacman api~
- ~fetch requested files from mirror~
- ~DB sync from mirror~
- ~Config file and import~