hcoop-git-maint: speed up and avoid blocking forever if apache is slow
authorclinton_admin <clinton_admin@navajos.hcoop.net>
Thu, 22 Oct 2015 02:24:54 +0000 (22:24 -0400)
committerclinton_admin <clinton_admin@navajos.hcoop.net>
Thu, 22 Oct 2015 02:24:54 +0000 (22:24 -0400)
commit50dd62580e410e9283e2954e11142667515b9445
treec8c7090485c4191a943575bb10ef6e9ce4a10ec0
parent19f4286295fa1cf24d266a01854a8130fbae4857
hcoop-git-maint: speed up and avoid blocking forever if apache is slow

Previous `find' incantation was actually scanning all the way down
objects/ and refs/. Invert the regex and actually prune. The script
runs in a few seconds rather than a good minute or two now.

Also add a wget timeout so that an unresponsive apache doesn't block
the cron job forever. The cache page isn't really used any more
anyway.
hcoop-git-maint