From 6ac9ebbb0fce670961cfb3e6c2b48503d2d25746 Mon Sep 17 00:00:00 2001 From: javalsai Date: Sun, 19 Apr 2026 17:20:14 +0200 Subject: [PATCH] just: add update and upgrade --- justfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/justfile b/justfile index f61480e..8a0b2a7 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,6 @@ alias p := push alias l := pull +alias u := update remote_repo := "tuxcord.net:/var/www/pacman.tuxcord.net/repo/" @@ -9,3 +10,10 @@ push: pull: mkdir repo rsync -rltDP {{ remote_repo }} repo/ + +upgrade: + @echo unimplemented yet >&2 + @exit 1 + +update: + repo-add repo/tuxcord.db.tar.gz repo/*pkg*