mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
Merge all the various copies of the wrapper into one copy. Setup arguments as needed for each call.
4 lines
340 B
Plaintext
4 lines
340 B
Plaintext
# rawhide compose
|
|
MAILTO=releng-cron@lists.fedoraproject.org
|
|
15 5 * * * root TMPDIR=`mktemp -d /tmp/rawhide.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && LANG=en_US.UTF-8 ./nightly.sh && sudo -u ftpsync /usr/local/bin/update-fullfiletimelist -l /tmp/update-fullfiletimelist.lock -t /pub fedora
|