only remove the packages that this script is about to replace 99/5499/1
authorJeremy Mordkoff <jeremy.mordkoff@gmail.com>
Tue, 3 Oct 2017 00:05:11 +0000 (20:05 -0400)
committerJeremy Mordkoff <jeremy.mordkoff@gmail.com>
Tue, 3 Oct 2017 00:05:11 +0000 (20:05 -0400)
Signed-off-by: Jeremy Mordkoff <jeremy.mordkoff@gmail.com>
jenkins/SO/install
jenkins/UI/install

index 59cfae1..65fe4b1 100755 (executable)
@@ -92,7 +92,7 @@ EOF
 apt-get update
 
 # and install the tools
-apt remove -y rw.toolchain-rwbase tcpdump
+apt remove -y tcpdump
 apt-get install -y --allow-downgrades rw.tools-container-tools=${PLATFORM_VERSION} rw.tools-scripts=${PLATFORM_VERSION} python
 /usr/rift/container_tools/mkcontainer --modes MANO-base,rw-platform --rw-version ${PLATFORM_VERSION}
 
index c145a53..ddf0734 100755 (executable)
@@ -94,7 +94,6 @@ EOF
 apt-get update
 
 # and install the tools
-apt remove -y rw.toolchain-rwbase tcpdump
 apt-get install -y --allow-downgrades rw.tools-container-tools=${PLATFORM_VERSION} rw.tools-scripts=${PLATFORM_VERSION} python
 /usr/rift/container_tools/mkcontainer --modes UI-base --rw-version ${PLATFORM_VERSION}