mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Properly solved handling subrevisions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user