From 9a791ec26ba920965502372308fed166227802f3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 28 Oct 2022 11:16:05 -0300 Subject: bin/update: Run vcs fetch in parallel (4) --- bin/update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/update b/bin/update index 97bf50b..0d095c1 100755 --- a/bin/update +++ b/bin/update @@ -77,4 +77,5 @@ rfc -u newsboat -x reload repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ | - xargs -I% x vcs -C% fetch OR echo 'WARNING: Failed to fetch repository: %.' >&2 + xargs -I% -P4 x \ + vcs -C% fetch OR echo 'WARNING: Failed to fetch repository: %.' >&2 -- cgit v1.2.3