mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 22:10:06 +08:00
For some reason starting with F33, the tmp dirs are created with 700 perms and that is causing issues with running scripts in releng dir Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
4 lines
441 B
Plaintext
4 lines
441 B
Plaintext
# rawhide compose
|
|
MAILTO=releng-cron@lists.fedoraproject.org
|
|
15 5 * * * root TMPDIR=`mktemp -d /tmp/rawhide.XXXXXX` && chmod 755 $TMPDIR && cd $TMPDIR && git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && /usr/local/bin/lock-wrapper rawhide-compose "LANG=en_US.UTF-8 ./nightly.sh" && sudo -u ftpsync /usr/local/bin/update-fullfiletimelist -l /pub/fedora-secondary/update-fullfiletimelist.lock -t /pub fedora fedora-secondary
|