updated todo and added notes for deploy

This commit is contained in:
2026-04-18 22:50:33 -06:00
parent 5c7bb72307
commit f8c9f02174
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -2,8 +2,9 @@
- Add chi for mux - Add chi for mux
- add cli option for config location - add cli option for config location
- Complete testing - Complete testing
- Deployment(PKGBUILD, systemd, bootstrap script?, systemd sync timer) - Deployment(PKGBUILD, bootstrap script?)
- 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)
- ~Deployment(systemd, systemd.timer)~
- Build server/tool - Build server/tool
- ~Basic testing for internal/cache~ - ~Basic testing for internal/cache~
- ~basic file server that fulfills pacman api~ - ~basic file server that fulfills pacman api~
+7
View File
@@ -0,0 +1,7 @@
Create /srv/pkgstash/{repo}/os/{arch} for every repo, core and extra at min
Create pkgstash user
chown -R srv/pkgstash
mkdir /etc/pkgstash
cp .toml to /etc/pkgstash
cp binary to /usr/local/bin/
cp systemd files to /usr/local/lib/systemd/system/