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*