From: Jeremy Mordkoff Date: Mon, 16 Oct 2017 17:36:23 +0000 (-0400) Subject: Switch the install from source to use the same repos as the X-Git-Tag: v3.0.0rc14~9 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FSO.git;a=commitdiff_plain;h=refs%2Fchanges%2F86%2F5586%2F1 Switch the install from source to use the same repos as the install from packages BUG-385 Signed-off-by: Jeremy Mordkoff --- diff --git a/BUILD.sh b/BUILD.sh index f07940f0..df17d810 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -79,8 +79,8 @@ set -x # Print commands before executing them ############################################################################### # Set up repo and version -PLATFORM_REPOSITORY=${1:-osm-rbac} -PLATFORM_VERSION=${2:-5.1.3.9999.70283} +PLATFORM_REPOSITORY=${1:-OSM3} +PLATFORM_VERSION=${2:-5.2.0.1.71454} ############################################################################### # Main block