From: Jeremy Mordkoff Date: Fri, 18 Nov 2016 16:30:28 +0000 (-0500) Subject: allow downgrades which are needed when switching branches X-Git-Tag: v1.1.0~53 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F86%2F686%2F1;p=osm%2FSO.git allow downgrades which are needed when switching branches Signed-off-by: Jeremy Mordkoff --- diff --git a/BUILD.sh b/BUILD.sh index b0c6d27b..cb6fb37b 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -164,7 +164,7 @@ fi if [[ $PLATFORM == ub16 ]]; then # install the RIFT platform code: - sudo apt-get install -y rw.toolchain-rwbase=${PLATFORM_VERSION} \ + sudo apt-get install -y --allow-downgrades rw.toolchain-rwbase=${PLATFORM_VERSION} \ rw.toolchain-rwtoolchain=${PLATFORM_VERSION} \ rw.core.mgmt-mgmt=${PLATFORM_VERSION} \ rw.core.util-util=${PLATFORM_VERSION} \