From b004f138283e082c1581030c84be196c6bf13d4f Mon Sep 17 00:00:00 2001 From: islipfd19 Date: Thu, 14 Jul 2016 08:15:27 -0400 Subject: [PATCH] Update image script to expose build filename Update script image to expose build filename so that it can be accessed by external scripts; i.e. copying builds from Jenkins to web03. --- scripts/image | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/image b/scripts/image index 2c3f0ae8d7..29254a7854 100755 --- a/scripts/image +++ b/scripts/image @@ -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