mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
IoT: fix iot compose hostname and update rawhide-iot cronjob
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user