[distgit] Fix the cron job: clone into temp dir
Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
parent
daa5e252cc
commit
ae1f7adc8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue