gc.sh: remove stale objects/incoming-* crud
commit1677b2ffc519f347ff27ffd0b82d6c3fc99c4cf1
authorKyle J. McKay <mackyle@gmail.com>
Tue, 21 Nov 2017 00:39:57 +0000 (20 16:39 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 21 Nov 2017 00:39:57 +0000 (20 16:39 -0800)
treeab36f4d7e437be7c58c8dd4f310933dee3cc88b2
parente2ad7be6ecca7a56b0511968fe3f3815753529fc
gc.sh: remove stale objects/incoming-* crud

Since Git v2.11.0 incoming data ends up in a
temporary subdirectory of objects.  If something
untoward happens to that process those temporary
directories can be left around using up space.

Remove any that are over 12 hours old at gc time.

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