Properly solved handling subrevisions

This commit is contained in:
Igor Pecovnik
2017-08-02 23:51:43 +02:00
parent 50e593e494
commit a9b4e9a9a4
2 changed files with 1 additions and 4 deletions

View File

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

View File

@@ -9,7 +9,7 @@
# common options
# daily beta build contains date in subrevision
[[ $BETA == yes ]] && SUBREVISION="."$(date --date="tomorrow" +"%y%m%d")
if [[ $BETA == yes && -z $SUBREVISION ]]; then SUBREVISION="."$(date --date="tomorrow" +"%y%m%d"); fi
REVISION="5.32$SUBREVISION" # all boards have same revision
ROOTPWD="1234" # Must be changed @first login
MAINTAINER="Igor Pecovnik" # deb signature