IoT: fix iot compose hostname and update rawhide-iot cronjob

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2024-11-05 15:24:12 -05:00
parent a7c97ed04c
commit 318febc512
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# IoT rawhide compose
MAILTO=releng-cron@lists.fedoraproject.org
00 8 * * * root touch /tmp/fedora-compose-rawhide-iot && TMPDIR=`mktemp -d /tmp/rawhide.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/fedora-iot/pungi-iot.git && cd pungi-iot && ./twoweek-nightly.sh "RC-$(date "+%Y%m%d").0" && rm /tmp/fedora-compose-rawhide-iot
00 10 * * * root touch /tmp/fedora-compose-rawhide-iot && TMPDIR=`mktemp -d /tmp/rawhide.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/fedora-iot/pungi-iot.git && cd pungi-iot && ./twoweek-nightly.sh "RC-$(date "+%Y%m%d").0" && rm /tmp/fedora-compose-rawhide-iot

View file

@ -216,7 +216,7 @@
# put cron job in for IoT rawhide compose
- name: IoT rawhide compose cron
copy: src="rawhide-iot" dest=/etc/cron.d/rawhide-iot
when: inventory_hostname.startswith('compose-iot-01.iad2')
when: inventory_hostname.startswith('compose-iot01.iad2')
# put cron job in for epel10 compose
- name: epel10 compose cron