distgit / retired-packages: make cron job quieter
Right now the cron job is mailing out something like: /tmp/releng.HEQKVAc ~ Cloning into 'releng'... ~ Hopefully this will make it not send that email unless there's an error. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
21acd2412e
commit
9fecd9fd7c
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
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
|
||||
30 4 * * * root TMPDIR=`mktemp -d /tmp/releng.XXXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR >& /dev/null && git clone -q 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