summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/update-mirrorlist-pkg5
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"