just: add update and upgrade
This commit is contained in:
@@ -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*
|
||||||
|
|||||||
Reference in New Issue
Block a user