Files
fedora-infra_ansible/roles/releng/files/stable-iot
Paul Whalen 23653404db IoT: Move stable cronjob to F42
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2025-05-22 00:34:51 +00:00

4 lines
352 B
Plaintext

# IoT stable compose
MAILTO=releng-cron@lists.fedoraproject.org
00 11 * * * root touch /tmp/fedora-compose-stable-iot && TMPDIR=`mktemp -d /tmp/stable.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/fedora-iot/pungi-iot.git && cd pungi-iot && git checkout f42 && ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && rm /tmp/fedora-compose-stable-iot