make atomic-cd cron not noisy
This commit is contained in:
parent
3103341654
commit
7218efb923
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# continous delivery of atomic host
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
*/15 * * * * root TMPDIR=`mktemp -d /tmp/atomic-cd.XXXXXX` && pushd $TMPDIR && git clone -q https://pagure.io/releng.git && cd releng && LANG=en_US.UTF-8 /usr/local/bin/lock-wrapper atomic-cd ./scripts/build-test-ostree && popd && rm -rf $TMPDIR
|
||||
*/15 * * * * root TMPDIR=`mktemp -d /tmp/atomic-cd.XXXXXX` && pushd $TMPDIR >& /dev/null && git clone -q https://pagure.io/releng.git && cd releng && LANG=en_US.UTF-8 /usr/local/bin/lock-wrapper atomic-cd ./scripts/build-test-ostree >& /dev/null && popd >& /dev/null && rm -rf $TMPDIR
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue