aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/update6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/update b/bin/update
index 8189329..dc8a84f 100755
--- a/bin/update
+++ b/bin/update
@@ -67,11 +67,7 @@ shift $((OPTIND - 1))
guix pull -v3
rfc -u
-repos \
- -e ~/dev/go/ \
- -e ~/dev/quicklisp/ \
- -e ~/dev/archive/ \
- ~/dev/ "$XDG_PREFIX" "$PRIV_CONFIG" |
+repos ~/dev/misc/ "$XDG_PREFIX" "$PRIV_CONFIG" |
xargs -I% -P4 x \
echo 'Fetching on %.' AND \
timeout 60 vcs -C% fetch OR \