Merge pull request #540 from islipfd19/patch-8

Update image script to expose build filename
This commit is contained in:
MilhouseVH 2016-07-14 13:16:38 +01:00 committed by GitHub
commit cd6bf14379

View File

@ -43,6 +43,7 @@ if [ "$LIBREELEC_VERSION" = "devel" ]; then
GIT_ABBREV=$(git log -1 --pretty=format:%h)
DEVEL_VERSION=$LIBREELEC_VERSION
LIBREELEC_VERSION=$LIBREELEC_VERSION-$BUILD_DATE-r$GIT_BUILD-g$GIT_ABBREV
echo "$LIBREELEC_VERSION" > $BUILD/BUILD_FILENAME
fi
# Get origin url, fix git:// and git@github.com: urls if necessary