jobd.pl: garbage collect failed forks that are clones
commita7a5b1538f9308110352911cd30181367ac25606
authorKyle J. McKay <mackyle@gmail.com>
Tue, 9 Jul 2013 15:10:28 +0000 (9 08:10 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 9 Jul 2013 15:10:28 +0000 (9 08:10 -0700)
tree47dec48db271793ff76284d482d694b5ac9fcba9
parent652c6bc40b438ab448535ae1b2a28cf3ba634325
jobd.pl: garbage collect failed forks that are clones

It's necessary to run the garbage collector on any forks that are
clones and have failed otherwise the files copied into the fork
from the parent will accumulate without bound.  Assuming the
parent has any activity, the pack filenames will change and will
just continue to accumulate in the failed clone endlessly.
jobd/jobd.pl