IoT compose: add IoT rawhide cron
This commit is contained in:
parent
bc59f9f369
commit
52966abd3c
2 changed files with 8 additions and 0 deletions
3
roles/releng/files/rawhide-iot
Normal file
3
roles/releng/files/rawhide-iot
Normal 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"
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue