[distgit] Fix the cron job: clone into temp dir

Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
Lenka Segura 2024-02-19 16:10:02 +01:00 committed by kevin
parent daa5e252cc
commit ae1f7adc8a

View file

@ -1 +1 @@
30 4 * * * root git clone https://pagure.io/releng.git && cd releng/scripts && bash get_retired_packages.sh
30 4 * * * root TMPDIR=`mktemp -d /tmp/releng.XXXXXXX` && chmod 755 $TMPDIR && cd $TMPDIR && git clone https://pagure.io/releng.git && cd releng/scripts && bash get_retired_packages.sh