diff options
author | EuAndreh <eu@euandre.org> | 2023-02-28 18:42:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-28 18:42:18 -0300 |
commit | 0943caa94b4b166610265ae912fb587097a79a4e (patch) | |
tree | 34c17705bf91a34ce511c1024f2b093cc1c13989 /bin/update | |
parent | etc/xmonad/xmonad.hs: Lauch blueman-applet on init (diff) | |
download | dotfiles-0943caa94b4b166610265ae912fb587097a79a4e.tar.gz dotfiles-0943caa94b4b166610265ae912fb587097a79a4e.tar.xz |
bin/update: Limit "vcs fetch" to 1 minute
Diffstat (limited to 'bin/update')
-rwxr-xr-x | bin/update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ||: |