From: Jeremy Mordkoff Date: Fri, 23 Dec 2016 20:04:16 +0000 (-0500) Subject: force exact match on tools version X-Git-Tag: v1.0.3~2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=inline;h=6b42b60aceb852986618469126ada0e8228e8f4a;hp=--cc;p=osm%2FSO.git force exact match on tools version Signed-off-by: Jeremy Mordkoff --- 6b42b60aceb852986618469126ada0e8228e8f4a diff --git a/BUILD.sh b/BUILD.sh index c732207e..b322af34 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 rw.tools-scripts python + sudo apt-get install -y 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