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.
From 030e1dabc85366be3eeaa3af28393acc7fa55af7 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, 4 deletions(-) diff --git a/roles/releng/files/twoweek-updates b/roles/releng/files/twoweek-updates index 773ed087b..6fb9c744d 100644 --- a/roles/releng/files/twoweek-updates +++ b/roles/releng/files/twoweek-updates @@ -2,10 +2,6 @@ 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 - #Fedora 26 CloudImage nightly compose #MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx #15 9 * * * root TMPDIR=`mktemp -d /tmp/CloudImageF26.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f26 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR -- 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/WFYQLUR7GW4XSFRFBTSFUKEV2ST5H6FA/