Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9b8d710
)
VPP: ubuntu update before deps install
46/18946/1
author
Ed Kern
<
[email protected]
>
Tue, 16 Apr 2019 23:08:37 +0000
(17:08 -0600)
committer
Ed Kern
<
[email protected]
>
Tue, 16 Apr 2019 23:08:37 +0000
(17:08 -0600)
force package update before deps install
Change-Id: Iafb8958f0b1bff179c00f8f7f0b5dc8e4ffae8f4
Signed-off-by: Ed Kern <
[email protected]
>
jjb/scripts/setup_vpp_dpdk_dev_env.sh
patch
|
blob
|
history
diff --git
a/jjb/scripts/setup_vpp_dpdk_dev_env.sh
b/jjb/scripts/setup_vpp_dpdk_dev_env.sh
index
087e535
..
f761441
100644
(file)
--- a/
jjb/scripts/setup_vpp_dpdk_dev_env.sh
+++ b/
jjb/scripts/setup_vpp_dpdk_dev_env.sh
@@
-20,7
+20,7
@@
function setup {
echo "Deleting: /etc/apt/sources.list.d/99fd.io.list"
sudo rm /etc/apt/sources.list.d/99fd.io.list
fi
-
+ sudo apt-get update -qq || true
sudo apt-get -y --force-yes install vpp-dpdk-dev || true
sudo apt-get -y --force-yes install vpp-dpdk-dkms || true
sudo apt-get -y --force-yes install vpp-ext-deps || true