[distgit] Add MAILTO and remove the git repo after running script
Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
parent
053b703e4b
commit
41ee09672d
1 changed files with 2 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
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
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
30 4 * * * root TMPDIR=`mktemp -d /tmp/releng.XXXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone https://pagure.io/releng.git && cd releng/scripts && bash get_retired_packages.sh && popd && rm -fr $TMPDIR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue