From a14a0558a3dd4eec043884c8b9f5a57cedca9dc4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 28 Aug 2015 12:34:34 +0000 Subject: [PATCH] tweak the cronjob a little to make sure the nightly builds work Signed-off-by: Dennis Gilmore --- roles/releng/files/twoweek-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/releng/files/twoweek-updates b/roles/releng/files/twoweek-updates index e2d37c8f4c..b9d8703840 100644 --- a/roles/releng/files/twoweek-updates +++ b/roles/releng/files/twoweek-updates @@ -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/scripts && git checkout -b stable twoweek-stable && LANG=en_US.UTF-8 ./make-updates 22 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 && cd scripts && LANG=en_US.UTF-8 ./make-updates 22 updates $(date "+\%Y\%m\%d")