+1. For future reference, do include the patch in your email, as pastes expire and then there's no record of what it was. ;) > diff --git a/roles/releng/files/twoweek-updates b/roles/releng/files/twoweek-updates > index 3b6df85..022c7ec 100644 > --- a/roles/releng/files/twoweek-updates > +++ b/roles/releng/files/twoweek-updates > @@ -1,6 +1,6 @@ > -# 2 week updates nightly compose > +#Fedora 25 two-week updates nightly compose > MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx > -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 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 > MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx > @@ -9,3 +9,7 @@ MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx > #Fedora 25 CloudImage nightly compose > MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx > 15 7 * * * root TMPDIR=`mktemp -d /tmp/CloudImageF25.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f25 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR > + > +#Fedora 26 two-week updates nightly compose > +MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx > +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 kevin
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx