From 65c84283a965474871e25c4399c00f3409afbe81 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 21 Jan 2016 15:34:31 +0000 Subject: [PATCH] fix up the two week compose cronjob 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 4363c3fdd3..8f7bb40c22 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 && 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")