mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Allow overriding SUBREVISION in config
This commit is contained in:
@@ -54,7 +54,7 @@ if [[ ! -f $SRC/.ignore_changes ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# daily beta build contains date in subrevision
|
# daily beta build contains date in subrevision
|
||||||
if [[ $BETA == yes ]]; then SUBREVISION="."$(date --date="tomorrow" +"%y%m%d"); fi
|
if [[ $BETA == yes && -n $SUBREVISION ]]; then SUBREVISION="."$(date --date="tomorrow" +"%y%m%d"); fi
|
||||||
|
|
||||||
if [[ $BUILD_ALL == yes || $BUILD_ALL == demo ]]; then
|
if [[ $BUILD_ALL == yes || $BUILD_ALL == demo ]]; then
|
||||||
source $SRC/lib/build-all.sh
|
source $SRC/lib/build-all.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user