From 102d3687cd1a5106f86f1f5b4fc76c22084a017c Mon Sep 17 00:00:00 2001 From: Jeremy Mordkoff Date: Fri, 23 Dec 2016 15:11:56 -0500 Subject: [PATCH] allow downgrades of tools Signed-off-by: Jeremy Mordkoff --- BUILD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1