Add subrevision if BETA="yes" for daily builds

This commit is contained in:
Igor Pecovnik
2017-08-02 07:57:51 +02:00
parent 04f5972b9c
commit d94b39194c

View File

@@ -53,6 +53,9 @@ if [[ ! -f $SRC/.ignore_changes ]]; then
fi
fi
# daily beta build contains date in subrevision
if [[ $BETA == yes ]]; then SUBREVISION="."$(date --date="tomorrow" +"%y%m%d"); fi
if [[ $BUILD_ALL == yes || $BUILD_ALL == demo ]]; then
source $SRC/lib/build-all.sh
else