mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
releng / bodhi: switch epel10 compose to nightly cron job
https://pagure.io/releng/issue/12256 Signed-off-by: Carl George <carlwgeorge@gmail.com>
This commit is contained in:
3
roles/releng/files/epel10
Normal file
3
roles/releng/files/epel10
Normal file
@@ -0,0 +1,3 @@
|
||||
# epel10 compose
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
15 3 * * * root touch /tmp/fedora-compose-epel10 && TMPDIR=`mktemp -d /tmp/epel10.XXXXXX` && chmod 755 $TMPDIR && cd $TMPDIR && git clone --depth 1 --branch epel10 https://pagure.io/pungi-fedora.git && cd pungi-fedora && /usr/local/bin/lock-wrapper epel10-compose "LANG=en_US.UTF-8 ./nightly.sh" && sudo -u ftpsync /usr/local/bin/update-fullfiletimelist -l /pub/fedora-secondary/update-fullfiletimelist.lock -t /pub epel && rm /tmp/fedora-compose-epel10
|
||||
@@ -218,6 +218,11 @@
|
||||
copy: src="rawhide-iot" dest=/etc/cron.d/rawhide-iot
|
||||
when: inventory_hostname.startswith('compose-iot-01.iad2')
|
||||
|
||||
# put cron job in for epel10 compose
|
||||
- name: epel10 compose cron
|
||||
copy: src="epel10" dest=/etc/cron.d/epel10
|
||||
when: inventory_hostname.startswith('compose-rawhide01.iad2')
|
||||
|
||||
# put cron job in for enforcing FESCo SIG Policy
|
||||
# https://docs.fedoraproject.org/en-US/fesco/SIG_policy/
|
||||
- name: sig_policy cron
|
||||
|
||||
Reference in New Issue
Block a user