diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-09-10 12:02:58 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-09-10 12:02:58 +0200 |
commit | 09d7c955d907bf09c5a63c85d2f0c6d7e47ad6ea (patch) | |
tree | 84c13347b19e52c424752395b5fa1e77f98d175d /update-mirrorlist-pkg | |
parent | a65c4c428c03fbaa5ae1a4cf2848b39894cfdfd6 (diff) | |
download | bin-09d7c955d907bf09c5a63c85d2f0c6d7e47ad6ea.tar.gz bin-09d7c955d907bf09c5a63c85d2f0c6d7e47ad6ea.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'update-mirrorlist-pkg')
-rwxr-xr-x | update-mirrorlist-pkg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/update-mirrorlist-pkg b/update-mirrorlist-pkg new file mode 100755 index 0000000..52be575 --- /dev/null +++ b/update-mirrorlist-pkg @@ -0,0 +1,16 @@ +#!/bin/bash + +set -e + +cd ~/arch/extra/pacman-mirrorlist/ +svn up +cd trunk + +upgpkg a +svn diff mirrorlist | pygmentize +printf "confirm update (enter)" +read +makepkg -fc + +corepkg "upstream update" +dbrel |