add push script
This commit is contained in:
10
push.sh
Executable file
10
push.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
cd aur
|
||||
cp -a /etc/pacman.conf /etc/pacman.d/mirrorlist ./
|
||||
|
||||
# sign everything
|
||||
gpg -u 'ECB9B8CBAAC68C03!' -b pacman.conf
|
||||
gpg -u 'ECB9B8CBAAC68C03!' -b mirrorlist
|
||||
|
||||
rsync -av --stats --progress --delete ./ root@mytorrentflux:/pacman/aur/
|
Reference in New Issue
Block a user