From f8c9f021746fe5cc8ffb4104e5dcc76b584d0472 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sat, 18 Apr 2026 22:50:33 -0600 Subject: [PATCH] updated todo and added notes for deploy --- TODO.md | 3 ++- deployNotes.md | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 deployNotes.md diff --git a/TODO.md b/TODO.md index c73b2f2..12cb5e8 100644 --- a/TODO.md +++ b/TODO.md @@ -2,8 +2,9 @@ - Add chi for mux - add cli option for config location - 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) +- ~Deployment(systemd, systemd.timer)~ - Build server/tool - ~Basic testing for internal/cache~ - ~basic file server that fulfills pacman api~ diff --git a/deployNotes.md b/deployNotes.md new file mode 100644 index 0000000..4cbf490 --- /dev/null +++ b/deployNotes.md @@ -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/