From ae4265bd63b77030fd269a1a1e2c4f83ee795088 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 22 Apr 2024 08:33:41 -0300 Subject: bin/update: Shrink list of updated repos --- bin/update | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bin/update') 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 \ -- cgit v1.2.3