fix up the two week compose cronjob

Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
Dennis Gilmore 2016-01-21 15:34:31 +00:00
parent ffbd6bf575
commit 65c84283a9

View file

@ -1,3 +1,3 @@
# 2 week updates nightly compose
MAILTO=releng-cron@lists.fedoraproject.org
15 5 * * * ausil TMPDIR=`mktemp -d /tmp/twoweek.XXXXXX` && cd $TMPDIR && git clone -n https://pagure.io/releng.git && cd releng && git checkout -b stable twoweek-stable && cd scripts && LANG=en_US.UTF-8 ./make-updates 23 updates $(date "+\%Y\%m\%d")
15 5 * * * ausil TMPDIR=`mktemp -d /tmp/twoweek.XXXXXX` && cd $TMPDIR && git clone -n https://pagure.io/releng.git && cd releng && git checkout -b stable twoweek-stable && LANG=en_US.UTF-8 ./scripts/make-updates 23 updates $(date "+\%Y\%m\%d")