makedist-newrelease: fix reference to cron file after renaming

This commit is contained in:
Silvan Calarco 2013-03-07 17:34:58 +01:00
parent 723d8e2d08
commit ae55d71ac2

View File

@ -75,11 +75,11 @@ for i in `seq 0 $ALLMEDIALAST`; do
RELEASE=$RELEASE \ RELEASE=$RELEASE \
RELEASEPLATFORM=$PLATFORM \ RELEASEPLATFORM=$PLATFORM \
RELEASESUBPLATFORM=$SUBPLATFORM \ RELEASESUBPLATFORM=$SUBPLATFORM \
DISTVERSION=$DISTVERSION /etc/cron.daily/20-openmamba-autobuild-makedist DISTVERSION=$DISTVERSION /etc/cron.daily/20-makedist-autobuild
done done
## Workaround: updates home page HTML which always show previous version after first run ## Workaround: updates home page HTML which always show previous version after first run
#RELEASE=$RELEASE \ #RELEASE=$RELEASE \
#DISTVERSION=$DISTVERSION \ #DISTVERSION=$DISTVERSION \
#/etc/cron.daily/20-openmamba-autobuild-makedist #/etc/cron.daily/20-makedist-autobuild
exit 0 exit 0