feat(gerrit): run git-gc-preserve on a daily timer #110
Loading…
Reference in a new issue
No description provided.
Delete branch "gerrit-gc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fwiw: I didn't apply it yet
09af4dfb7c
toe5e578711c
@ -0,0 +83,4 @@
};
};
mkTimer = lib.mapAttrs' mkGCTimer;
enabledTimers = lib.filterAttrs (_: gcConfig: gcConfig.timerConfig != null) cfg;
do we plan to have no timer but services? enabledTimers sounds like
gcConfig.enable
to me againI honestly don't know, I can remove it if you think it doesn't give any benefit.
I think let's keep it simple:
gcConfig.enable
Done, feel free to merge if you think it looks good.
e5e578711c
tod462e8ca9c