mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-11-22 04:41:31 +00:00
fix pruning
This commit is contained in:
parent
8132fe9d2c
commit
55cf3ec497
@ -29,7 +29,17 @@ policy =
|
|||||||
#stuff to protect
|
#stuff to protect
|
||||||
#note that tags with master lock engaged are already protected
|
#note that tags with master lock engaged are already protected
|
||||||
tag *-updates :: keep
|
tag *-updates :: keep
|
||||||
age < 1 day :: skip
|
# protect modules
|
||||||
|
tag *-modular-* :: keep
|
||||||
|
tag *-modular :: keep
|
||||||
|
tag module-* :: keep
|
||||||
|
# protect infra
|
||||||
|
tag *-infra :: keep
|
||||||
|
# general age
|
||||||
|
age < 30 day :: skip
|
||||||
|
|
||||||
|
# sig protect
|
||||||
|
sig signing && age < 16 weeks :: keep
|
||||||
|
|
||||||
#stuff to chuck semi-rapidly
|
#stuff to chuck semi-rapidly
|
||||||
tag *-testing *-candidate :: { # nested rules
|
tag *-testing *-candidate :: { # nested rules
|
||||||
|
Loading…
Reference in New Issue
Block a user