From 1f8cba40c4a74566a5ad174fe090c07745b01f54 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 28 Dec 2017 10:59:29 +0100 Subject: Initial commit Signed-off-by: Florian Pritz --- bin/update-mirrorlist-pkg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 bin/update-mirrorlist-pkg (limited to 'bin/update-mirrorlist-pkg') 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 -- cgit v1.2.3-24-g4f1b