just: add update and upgrade

This commit is contained in:
2026-04-19 17:20:14 +02:00
parent 34bad7e661
commit 6ac9ebbb0f
+8
View File
@@ -1,5 +1,6 @@
alias p := push alias p := push
alias l := pull alias l := pull
alias u := update
remote_repo := "tuxcord.net:/var/www/pacman.tuxcord.net/repo/" remote_repo := "tuxcord.net:/var/www/pacman.tuxcord.net/repo/"
@@ -9,3 +10,10 @@ push:
pull: pull:
mkdir repo mkdir repo
rsync -rltDP {{ remote_repo }} repo/ rsync -rltDP {{ remote_repo }} repo/
upgrade:
@echo unimplemented yet >&2
@exit 1
update:
repo-add repo/tuxcord.db.tar.gz repo/*pkg*