mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-21 08:15:01 -05:00
add push script
This commit is contained in:
parent
3890d6bf91
commit
a10ef28c18
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/
|
Loading…
Reference in New Issue
Block a user