add comment on where to find f28AH composes

They have been moved and are now run as part of the bodhi updates
runs.
This commit is contained in:
Dusty Mabe
2018-08-16 09:20:45 -04:00
parent 5260599ff8
commit d47cf79b4d

View File

@@ -1,4 +1,6 @@
#Fedora 28 two-week updates nightly compose
# XXX: this has been moved to the updates compose:
# https://kojipkgs.fedoraproject.org/compose/updates/f28-updates/
#MAILTO=releng-cron@lists.fedoraproject.org
#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