mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
image : allow distros to use a custom version and git hash
This commit is contained in:
parent
ac8e298b5c
commit
d2450fa3ee
@ -54,6 +54,14 @@ else
|
||||
LIBREELEC_BUILD="community"
|
||||
fi
|
||||
|
||||
if [ -n "$CUSTOM_VERSION" ]; then
|
||||
LIBREELEC_VERSION="$CUSTOM_VERSION"
|
||||
fi
|
||||
|
||||
if [ -n "$CUSTOM_GIT_HASH" ]; then
|
||||
GIT_HASH="$CUSTOM_GIT_HASH"
|
||||
fi
|
||||
|
||||
TARGET_VERSION="$PROJECT.$TARGET_ARCH-$LIBREELEC_VERSION"
|
||||
IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
||||
if [ "$DEVEL_VERSION" = "devel" ] ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user