aboutsummaryrefslogtreecommitdiff
path: root/bin/vcs
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-21 18:48:35 -0300
committerEuAndreh <eu@euandre.org>2022-10-21 18:48:35 -0300
commitbb23752c782f90263c06d1fea534fa09d2372240 (patch)
treecc12e23c06de4f4b27661b7f8c2d2d90ea405f54 /bin/vcs
parentbin/update: Add more explicit warning when vcs fetch fails (diff)
downloaddotfiles-bb23752c782f90263c06d1fea534fa09d2372240.tar.gz
dotfiles-bb23752c782f90263c06d1fea534fa09d2372240.tar.xz
bin/vcs: Don't wait more than 5 minutes for CVS locks
Diffstat (limited to 'bin/vcs')
-rwxr-xr-xbin/vcs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vcs b/bin/vcs
index 3cd8ed0..800574d 100755
--- a/bin/vcs
+++ b/bin/vcs
@@ -76,7 +76,7 @@ fossil_fetch() {
}
cvs_fetch() {
- cvs update
+ timeout 300 cvs update
}