koji_hub / prunesigned: Since we keep more than latest in infra tags anymore, protect those from pruning the signed rpm copies
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
553b89e668
commit
f9508750d1
3 changed files with 22 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Run prune-signed-copies nightly
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
SCRIPT=/usr/bin/koji
|
||||
0 8 * * * apache /usr/local/bin/lock-wrapper koji-prune-signed $SCRIPT --noauth prune-signed-copies --verbose
|
||||
0 8 * * * apache /usr/local/bin/lock-wrapper koji-prune-signed $SCRIPT --noauth prune-signed-copies --verbose --protect-tag-file=/etc/prune-signed-copies-protected-tags
|
||||
|
|
|
@ -399,6 +399,11 @@
|
|||
tags:
|
||||
- koji_hub
|
||||
|
||||
- name: install prune-signed-copies-protected-tags config for prunesigs
|
||||
template: src=prune-signed-copies-protected-tags.j2 dest=/etc/prune-signed-copies-protected-tags
|
||||
tags:
|
||||
- koji_hub
|
||||
|
||||
- name: install cron jobs to be used by keepalived later
|
||||
copy: src={{ item }} dest=/usr/local/etc/{{ item }}
|
||||
with_items:
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
f{{ FedoraRawhideNumber }}-infra
|
||||
f{{ FedoraRawhideNumber }}-infra-stg
|
||||
{% if FedoraBranchedBodhi is defined %}
|
||||
f{{ FedoraBranchedNumber}}-infra
|
||||
f{{ FedoraBranchedNumber}}-infra-stg
|
||||
{% endif %}
|
||||
f{{ FedoraCycleNumber }}-infra
|
||||
f{{ FedoraCycleNumber }}-infra-stg
|
||||
f{{ FedoraPreviousCycleNumber }}-infra
|
||||
f{{ FedoraPreviousCycleNumber }}-infra-stg
|
||||
{% if FedoraPreviousPrevious is defined %}
|
||||
f{{ FedoraPreviousPreviousCycleNumber }}-infra
|
||||
f{{ FedoraPreviousPreviousCycleNumber }}-infra-stg
|
||||
{% endif %}
|
||||
epel7-infra
|
||||
epel7-infra-stg
|
Loading…
Add table
Add a link
Reference in a new issue