Reapply "releng / bodhi: switch epel10 compose to nightly cron job"

This reverts commit cbdabd149e.

Put things back now.
This commit is contained in:
Kevin Fenzi
2024-09-06 15:19:20 -07:00
parent cbdabd149e
commit 2f260b760d
4 changed files with 8 additions and 17 deletions

View 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

View File

@@ -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