diff --git a/roles/releng/files/twoweek-updates b/roles/releng/files/twoweek-updates index 6429c2c33a..3cfae4f11f 100644 --- a/roles/releng/files/twoweek-updates +++ b/roles/releng/files/twoweek-updates @@ -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