From: Jeremy Mordkoff Date: Fri, 23 Dec 2016 20:11:56 +0000 (-0500) Subject: allow downgrades of tools X-Git-Tag: v1.0.3~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=102d3687cd1a5106f86f1f5b4fc76c22084a017c;hp=6b42b60aceb852986618469126ada0e8228e8f4a;p=osm%2FSO.git allow downgrades of tools Signed-off-by: Jeremy Mordkoff --- diff --git a/BUILD.sh b/BUILD.sh index b322af34..996e7af1 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -155,7 +155,7 @@ if [[ $PLATFORM == ub16 ]]; then # and install the tools sudo apt remove -y rw.toolchain-rwbase tcpdump - sudo apt-get install -y rw.tools-container-tools=${PLATFORM_VERSION} rw.tools-scripts=${PLATFORM_VERSION} python + sudo apt-get install -y --allow-downgrades rw.tools-container-tools=${PLATFORM_VERSION} rw.tools-scripts=${PLATFORM_VERSION} python elif [[ $PLATFORM == fc20 ]]; then # get the container tools from the correct repository sudo rm -f /etc/yum.repos.d/private.repo