Got feedback from Mohan on IRC to comment out the lines instead of removing
them so that we can just change the releases when we want. I too agree with it.
Here is the updated patch (in email attachment) with the required changes.
On Wed, Jun 20, 2018 at 6:20 PM, Dusty Mabe <dusty@xxxxxxxxxxxxx> wrote:
LGTM
On 06/20/2018 05:11 AM, Sinny Kumari wrote:
> Since F28 release, we no longer do atomic twoweek release based on F27 content.
> This patch (available in email attachment) is to stop running cron job for
> building F27 twoweek nightly composes.
>
Dusty
--
From 16c1c0d7d1e1497c46a48250d084e0a9075a3d0c Mon Sep 17 00:00:00 2001 From: Sinny Kumari <sinny@xxxxxxxxxx> Date: Wed, 20 Jun 2018 13:38:32 +0530 Subject: [PATCH] Stop building F27 Atomic twoweek nightly compose Since Fedora 28 release, we no longer do atomic twoweek release for F27. Signed-off-by: Sinny Kumari <sinny@xxxxxxxxxx> --- roles/releng/files/twoweek-updates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/releng/files/twoweek-updates b/roles/releng/files/twoweek-updates index 773ed087b..d25a7b587 100644 --- a/roles/releng/files/twoweek-updates +++ b/roles/releng/files/twoweek-updates @@ -3,8 +3,8 @@ MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx 15 8 * * * root TMPDIR=`mktemp -d /tmp/twoweekF28.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f28 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR #Fedora 27 two-week updates nightly compose -MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx -15 5 * * * root TMPDIR=`mktemp -d /tmp/twoweekF27.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f27 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR +#MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx +#15 5 * * * root TMPDIR=`mktemp -d /tmp/twoweekF27.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f27 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR #Fedora 26 CloudImage nightly compose #MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx -- 2.14.4
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx/message/VXYCEZIUE6HU4MYIAPS43FH6WKZ7IHYP/