aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-04-22 08:33:41 -0300
committerEuAndreh <eu@euandre.org>2024-04-22 08:33:41 -0300
commitae4265bd63b77030fd269a1a1e2c4f83ee795088 (patch)
treee1e9dc1f2605b0c9578bb5f46cee932c9fbb79f6
parentetc/git/ignore: Add /STUUF/ (diff)
downloaddotfiles-ae4265bd63b77030fd269a1a1e2c4f83ee795088.tar.gz
dotfiles-ae4265bd63b77030fd269a1a1e2c4f83ee795088.tar.xz
bin/update: Shrink list of updated repos
-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 \