aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-28 18:42:18 -0300
committerEuAndreh <eu@euandre.org>2023-02-28 18:42:18 -0300
commit0943caa94b4b166610265ae912fb587097a79a4e (patch)
tree34c17705bf91a34ce511c1024f2b093cc1c13989
parentetc/xmonad/xmonad.hs: Lauch blueman-applet on init (diff)
downloaddotfiles-0943caa94b4b166610265ae912fb587097a79a4e.tar.gz
dotfiles-0943caa94b4b166610265ae912fb587097a79a4e.tar.xz
bin/update: Limit "vcs fetch" to 1 minute
-rwxr-xr-xbin/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update b/bin/update
index ecf8900..0768f6d 100755
--- a/bin/update
+++ b/bin/update
@@ -80,5 +80,5 @@ repos \
~/dev/ "$XDG_PREFIX" "$PRIV_CONFIG" |
xargs -I% -P4 x \
echo 'Fetching on %.' AND \
- vcs -C% fetch OR \
+ timeout 60 vcs -C% fetch OR \
echo 'WARNING: Failed to fetch repository: %.' >&2 ||: