fix pruning

This commit is contained in:
nazunalika 2021-06-06 18:08:34 -07:00
parent 8132fe9d2c
commit 55cf3ec497
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 11 additions and 1 deletions

View File

@ -29,7 +29,17 @@ policy =
#stuff to protect
#note that tags with master lock engaged are already protected
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
tag *-testing *-candidate :: { # nested rules