IoT compose: add IoT rawhide cron

This commit is contained in:
Peter Robinson 2019-07-05 09:59:05 +00:00
parent bc59f9f369
commit 52966abd3c
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# IoT rawhide compose
MAILTO=releng-cron@lists.fedoraproject.org
00 8 * * * root 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"

View file

@ -199,6 +199,11 @@
template: src=clean-amis.j2 dest=/etc/cron.d/clean-amis
when: inventory_hostname.startswith('compose-x86-01')
# 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')
- name: install compose /etc/httpd/conf.d/compose.conf file
copy: >
src="compose.conf"