aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2017-10-11 16:54:05 +0200
committerJan Gelety <jgelety@cisco.com>2017-10-12 08:21:51 +0000
commit4d91cbdac72a79ac98394416c2eceaaee3c8122d (patch)
tree2ec1bd28b1417cd07f5f0ca90444373f94ddc550 /bootstrap.sh
parent3d7189ccea0ace9e14855662625c4d0546ac6200 (diff)
Set correct paths to vpp stable/1710 and use vpp stable/1710 builds
- do not use vpp-debuginfo rpm package as it is not available on Nexus for vpp stable/1710 Change-Id: I756bb238fc2ee568c1bc2d8700f904e6b6a6ca6d Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 54d6ff7ba3..ebbe752a4e 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -23,7 +23,7 @@ export PYTHONPATH=${SCRIPT_DIR}
if [ -f "/etc/redhat-release" ]; then
DISTRO="CENTOS"
sudo yum install -y python-devel python-virtualenv
- VPP_ARTIFACTS="vpp vpp-debuginfo vpp-devel vpp-lib vpp-plugins"
+ VPP_ARTIFACTS="vpp vpp-devel vpp-lib vpp-plugins"
DPDK_ARTIFACTS=""
PACKAGE="rpm"
VPP_CLASSIFIER=""