IoT: fix iot compose hostname and update rawhide-iot cronjob
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
parent
a7c97ed04c
commit
318febc512
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue