New diff as per your comments, putting f26 first and both f26 and f25 atomic 
composes are one after the other:

diff --git a/roles/releng/files/twoweek-updates 
b/roles/releng/files/twoweek-updates
index 3b6df85..052a6e3 100644
--- a/roles/releng/files/twoweek-updates
+++ b/roles/releng/files/twoweek-updates
@@ -1,6 +1,10 @@
-# 2 week updates nightly compose
+#Fedora 26 two-week updates nightly compose
 [email protected]
-15 5 * * * root TMPDIR=`mktemp -d /tmp/twoweek.XXXXXX` && pushd $TMPDIR && git 
clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout 
f25 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd 
&& rm -rf $TMPDIR
+15 8 * * * root TMPDIR=`mktemp -d /tmp/twoweekF26.XXXXXX` && pushd $TMPDIR && 
git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git 
checkout f26 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 
&& popd && rm -rf $TMPDIR
+
+#Fedora 25 two-week updates nightly compose
[email protected]
+15 5 * * * root TMPDIR=`mktemp -d /tmp/twoweekF25.XXXXXX` && pushd $TMPDIR && 
git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git 
checkout f25 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 
&& popd && rm -rf $TMPDIR

 #Fedora 24 CloudImage nightly compose
 [email protected]
_______________________________________________
infrastructure mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to