new platform release that fixes build issues with release repo and python3 lxml ... v1.0 v1.0.3 v1.0.4 v1.0.5
authorJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Fri, 23 Dec 2016 21:16:49 +0000 (16:16 -0500)
committerJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Fri, 23 Dec 2016 21:16:49 +0000 (16:16 -0500)
Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
BUILD.sh

index 996e7af..345a855 100755 (executable)
--- 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