diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-02-27 09:35:21 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-02-28 08:12:10 +0000 |
commit | 02f01f9f327cc64745c1941968813b3f107ca771 (patch) | |
tree | c31fb5162ff0e83c05f8006afbfcfe8a649372cb /bootstrap-vpp-verify-weekly.sh | |
parent | b883aab899c75a351b2c4af42c98e918810f2272 (diff) |
Update of VPP_STABLE_VER files + fix Centos dep list
Change-Id: Icd149927c6b2893f8f716df29d8de475e809be49
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-vpp-verify-weekly.sh')
-rw-r--r-- | bootstrap-vpp-verify-weekly.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-vpp-verify-weekly.sh b/bootstrap-vpp-verify-weekly.sh index e732810080..8b12553e3f 100644 --- a/bootstrap-vpp-verify-weekly.sh +++ b/bootstrap-vpp-verify-weekly.sh @@ -125,7 +125,7 @@ done # Temporarily download VPP and DPDK packages from nexus.fd.io case "$DISTRO" in CENTOS ) - VPP_ARTIFACTS="vpp vpp-devel vpp-lib vpp-plugins" + VPP_ARTIFACTS="vpp vpp-selinux-policy vpp-devel vpp-lib vpp-plugins" DPDK_ARTIFACTS="" PACKAGE="rpm" VPP_CLASSIFIER="" |