mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 23:41:43 +08:00
4 lines
334 B
Plaintext
4 lines
334 B
Plaintext
# 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
|