aboutsummaryrefslogtreecommitdiff
path: root/bin/update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update')
-rwxr-xr-xbin/update6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/update b/bin/update
index 2f9091d..4768946 100755
--- a/bin/update
+++ b/bin/update
@@ -73,7 +73,11 @@ fi
guix pull -v3
rfc -u
-repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ |
+repos \
+ -e ~/dev/go/ \
+ -e ~/dev/quicklisp/ \
+ -e ~/dev/archive/ \
+ ~/dev/ "$XDG_PREFIX" "$PRIV_CONFIG" |
xargs -I% -P4 x \
echo 'Fetching on %.' AND \
vcs -C% fetch OR \