From 25e766c6f761df2606672381c618c330f73a1677 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 28 Oct 2022 17:53:51 -0300 Subject: bin/update: Log individual repositories being fetched To make it easier to differentiate no updates existing from being stuck. --- bin/update | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/update') diff --git a/bin/update b/bin/update index 0d095c1..11ac73d 100755 --- a/bin/update +++ b/bin/update @@ -78,4 +78,6 @@ newsboat -x reload repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ | xargs -I% -P4 x \ - vcs -C% fetch OR echo 'WARNING: Failed to fetch repository: %.' >&2 + echo 'Fetching on %.' AND \ + vcs -C% fetch OR \ + echo 'WARNING: Failed to fetch repository: %.' >&2 -- cgit v1.2.3