diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-12-28 10:59:29 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-12-28 10:59:34 +0100 |
commit | 1f8cba40c4a74566a5ad174fe090c07745b01f54 (patch) | |
tree | 09021ffc00449d023698ac9eda5a16987e200c1a /bin/update-mirrorlist-pkg | |
download | arch-mirror-tools-1f8cba40c4a74566a5ad174fe090c07745b01f54.tar.gz arch-mirror-tools-1f8cba40c4a74566a5ad174fe090c07745b01f54.tar.xz |
Initial commit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'bin/update-mirrorlist-pkg')
-rwxr-xr-x | bin/update-mirrorlist-pkg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/update-mirrorlist-pkg b/bin/update-mirrorlist-pkg new file mode 100755 index 0000000..9fbeeb3 --- /dev/null +++ b/bin/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 +ch build 64 + +corepkg "upstream update" +ssh repos.archlinux.org /packages/db-update |