jobd/gc.sh: inhibit skipgc if simple "signature"s do not match
commite6bdf888eb06c6a527c4e0696a0ce979128f0f24
authorKyle J. McKay <mackyle@gmail.com>
Mon, 29 Jun 2020 16:32:10 +0000 (29 09:32 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 29 Jun 2020 16:32:10 +0000 (29 09:32 -0700)
tree4aa5af968cda59c0761031731850a89c0f6d945f
parent2c7f92cf7d463b43090f3c9980b69d4c01158cd0
jobd/gc.sh: inhibit skipgc if simple "signature"s do not match

If it looks like gc can be skipped (because there's nothing to do),
check the simple signatures (packs and refs) and if either (or both)
is missing or either (or both) does not match the previous value,
do not allow gc to be skipped.

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