From da5d676094ea7d17277b68f985f0b5eb0a57eaeb Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 28 Dec 2017 11:08:30 +0100 Subject: Document update-mirrorlist-pkg Signed-off-by: Florian Pritz --- bin/update-mirrorlist-pkg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/update-mirrorlist-pkg b/bin/update-mirrorlist-pkg index 9fbeeb3..89eab73 100755 --- a/bin/update-mirrorlist-pkg +++ b/bin/update-mirrorlist-pkg @@ -2,14 +2,19 @@ set -e +# TODO: make path configurable cd ~/arch/extra/pacman-mirrorlist/ svn up cd trunk +# TODO: ship upgpkg here? +# https://git.server-speed.net/users/flo/bin/plain/upgpkg upgpkg a svn diff mirrorlist | pygmentize printf "confirm update (enter)" read +# TODO make build cmd configurable +# use extra-x86_64-build as default ch build 64 corepkg "upstream update" -- cgit v1.2.3-24-g4f1b