Files
pacman-pkgs/justfile
T

20 lines
335 B
Makefile

alias p := push
alias l := pull
alias u := update
remote_repo := "tuxcord.net:/var/www/pacman.tuxcord.net/repo/"
push:
rsync -rltDP repo/ {{ remote_repo }}
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*