mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
4 lines
336 B
Plaintext
4 lines
336 B
Plaintext
# IoT rawhide compose
|
|
MAILTO=releng-cron@lists.fedoraproject.org
|
|
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
|