makedist-newrelease: fix reference to cron file after renaming
This commit is contained in:
parent
723d8e2d08
commit
ae55d71ac2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user