mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add subrevision if BETA="yes" for daily builds
This commit is contained in:
@@ -53,6 +53,9 @@ if [[ ! -f $SRC/.ignore_changes ]]; then
|
|||||||
fi
|
fi
|
||||||
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
|
if [[ $BUILD_ALL == yes || $BUILD_ALL == demo ]]; then
|
||||||
source $SRC/lib/build-all.sh
|
source $SRC/lib/build-all.sh
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user