allow downgrades which are needed when switching branches
authorJeremy Mordkoff <jeremy.mordkoff@riftio.com>
Fri, 18 Nov 2016 16:30:28 +0000 (11:30 -0500)
committerJeremy Mordkoff <jeremy.mordkoff@riftio.com>
Fri, 18 Nov 2016 16:42:06 +0000 (11:42 -0500)
Signed-off-by: Jeremy Mordkoff <jeremy.mordkoff@riftio.com>
BUILD.sh

index b0c6d27..cb6fb37 100755 (executable)
--- 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} \