updateweb.sh: suppress background gc
commitd52950d2244970b2ae38b764013b0608c10133a9
authorKyle J. McKay <mackyle@gmail.com>
Sun, 17 Dec 2017 15:29:25 +0000 (17 07:29 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 17 Dec 2017 15:29:25 +0000 (17 07:29 -0800)
tree997e75ba837d3ec0fc81e9b80125c7bfb334c390
parent2f73264315b6aa991f35c7b177661dbbdb87d51b
updateweb.sh: suppress background gc

Whether or not the repository in question is allowed to perform
automatic garbage collection is one thing.  Whether or not it's
allowed to detach while running from a cron job is something else.

Turns out it's probably better if it does not detach if it gets
triggered, so temporarily disable detaching for updateweb.sh.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobs/updateweb.sh