X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=scripts%2Fgit-cache-proxy;h=647f6b60d3c152dae98a16240f0bf9181dcee86b;hp=3e57a4f5530e2971794dd3a82612590421624c8e;hb=a14cb06ac8fff27e407a39993b2b20f9a7109f7c;hpb=c80b877026deff9a58854e9e06bdcef9f6427fcb diff --git a/scripts/git-cache-proxy b/scripts/git-cache-proxy index 3e57a4f..647f6b6 100755 --- a/scripts/git-cache-proxy +++ b/scripts/git-cache-proxy @@ -30,6 +30,7 @@ # git-cache-proxy # Copyright 2010 Tony Finch # Copyright 2013,2014 Ian Jackson +# Copyright 2017 Citrix # # git-cache-proxy is free software; you can redistribute it and/or # modify them under the terms of the GNU General Public License as @@ -360,6 +361,7 @@ sub clonefetch () { servinfo "fetch/clone failed: $fetchfail"; } } + alarm 0; if (!$exists) { rename $tmpd, $gitd or fail "rename fresh $tmpd to $gitd: $!";