mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
4 lines
302 B
Plaintext
4 lines
302 B
Plaintext
# 2 week updates nightly compose
|
|
MAILTO=releng-cron@lists.fedoraproject.org
|
|
15 5 * * * root TMPDIR=`mktemp -d /tmp/twoweek.XXXXXX` && cd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f24 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0
|