diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-12-28 11:08:30 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-12-28 11:08:30 +0100 |
commit | da5d676094ea7d17277b68f985f0b5eb0a57eaeb (patch) | |
tree | 68f6d5d61fbed0796d839441da4946e03b2b7324 /bin/update-mirrorlist-pkg | |
parent | af4a71e1e6256d2a97d04cfb335b3af14fe62dc1 (diff) | |
download | arch-mirror-tools-da5d676094ea7d17277b68f985f0b5eb0a57eaeb.tar.gz arch-mirror-tools-da5d676094ea7d17277b68f985f0b5eb0a57eaeb.tar.xz |
Document update-mirrorlist-pkg
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'bin/update-mirrorlist-pkg')
-rwxr-xr-x | bin/update-mirrorlist-pkg | 5 |
1 files changed, 5 insertions, 0 deletions
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" |