summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/setup_vpp_dpdk_dev_env.sh
diff options
context:
space:
mode:
authorEd Kern <ejk@cisco.com>2018-04-27 11:42:04 -0600
committerEd Kern <ejk@cisco.com>2018-04-27 11:42:04 -0600
commitb655d8734efee1b7c30bb00e2b4c3b2cd87fca17 (patch)
tree9cd339a97a6795e5db88d2bb40194214ee853065 /jjb/scripts/setup_vpp_dpdk_dev_env.sh
parent7ffc806c508d6202bba6cb75b8fee5dd236e52c3 (diff)
VPP: made nexus repo trusted for ubuntu
ubuntu 1804 a bit more strict about using untrusted repos causing script failure. So just make the nexus repo trusted across the board. Change-Id: I200f8af16c70b150a939cbdbe6045cbcba9be358 Signed-off-by: Ed Kern <ejk@cisco.com>
Diffstat (limited to 'jjb/scripts/setup_vpp_dpdk_dev_env.sh')
-rw-r--r--jjb/scripts/setup_vpp_dpdk_dev_env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/scripts/setup_vpp_dpdk_dev_env.sh b/jjb/scripts/setup_vpp_dpdk_dev_env.sh
index f2ceb53ad..58d8c4fd5 100644
--- a/jjb/scripts/setup_vpp_dpdk_dev_env.sh
+++ b/jjb/scripts/setup_vpp_dpdk_dev_env.sh
@@ -11,7 +11,7 @@ function setup {
echo "REPO_URL: ${REPO_URL}"
# Setup by installing vpp-dev and vpp-lib
if [ "$OS_ID" == "ubuntu" ]; then
- echo "deb ${REPO_URL} ./" | sudo tee /etc/apt/sources.list.d/99fd.io.list
+ echo "deb [trusted=yes] ${REPO_URL} ./" | sudo tee /etc/apt/sources.list.d/99fd.io.list
sudo apt-get update || true
sudo apt-get -y --force-yes install vpp-dpdk-dev || true
sudo apt-get -y --force-yes install vpp-dpdk-dkms || true