From: Jeremy Mordkoff Date: Fri, 23 Dec 2016 21:16:49 +0000 (-0500) Subject: new platform release that fixes build issues with release repo and python3 lxml ... X-Git-Tag: v1.0.3^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a62b036d637362012bd038376cbd3bfadd2a406c;hp=--cc;p=osm%2FSO.git new platform release that fixes build issues with release repo and python3 lxml - no runtime code changes Signed-off-by: Jeremy Mordkoff --- a62b036d637362012bd038376cbd3bfadd2a406c diff --git a/BUILD.sh b/BUILD.sh index 996e7af1..345a855f 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -114,10 +114,10 @@ fi if [[ $PLATFORM == ub16 ]]; then PLATFORM_REPOSITORY=${1:-OSM} - PLATFORM_VERSION=${2:-4.3.1.0.50309} + PLATFORM_VERSION=${2:-4.3.1.0.53704} elif [[ $PLATFORM == fc20 ]]; then PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published - PLATFORM_VERSION=${2:-4.3.1.0.50310} + PLATFORM_VERSION=${2:-4.3.1.0.53705} else echo "Internal error: unknown platform $PLATFORM" exit 1