Update VPP release versions 56/12756/1
authorJan Gelety <[email protected]>
Sat, 26 May 2018 19:36:38 +0000 (21:36 +0200)
committerJan Gelety <[email protected]>
Sat, 26 May 2018 19:37:31 +0000 (21:37 +0200)
Change-Id: I51d731ce33fa354fc9d22edc48f199be69d76881
Signed-off-by: Jan Gelety <[email protected]>
VPP_STABLE_VER_CENTOS
VPP_STABLE_VER_UBUNTU
resources/tools/scripts/download_nsh_sfc_pkgs.sh

index 9b846f6..abba363 100644 (file)
@@ -1 +1 @@
-18.01.1-release.x86_64
\ No newline at end of file
+18.01.2-release.x86_64
\ No newline at end of file
index 20dd328..f95d5b2 100644 (file)
@@ -1 +1 @@
-18.01.1-release_amd64
\ No newline at end of file
+18.01.2-release_amd64
\ No newline at end of file
index 2261f08..357edfe 100755 (executable)
@@ -18,13 +18,14 @@ set -ex
 trap 'rm -f *.deb.md5; exit' EXIT
 trap 'rm -f *.deb.md5;rm -f *.deb; exit' ERR
 
-STREAM=$1
+STREAM="stable.1801"
 OS=$2
 
 URL="https://nexus.fd.io/service/local/artifact/maven/content"
 VER="RELEASE"
 GROUP="io.fd.vpp"
 NSH_GROUP="io.fd.nsh_sfc"
+NSH_VER="18.01_amd64"
 VPP_ARTIFACTS="vpp vpp-dbg vpp-dev vpp-dpdk-dkms vpp-lib vpp-plugins vpp-api-java vpp-api-python vpp-api-lua"
 NSH_ARTIFACTS="vpp-nsh-plugin"
 
@@ -52,7 +53,7 @@ done
 
 for ART in ${NSH_ARTIFACTS}; do
     for PAC in $PACKAGE; do
-        curl "${URL}?r=${REPO}&g=${NSH_GROUP}&a=${ART}&p=${PAC}&v=${VER}&c=${CLASS}" -O -J || exit
+        curl "${URL}?r=${REPO}&g=${NSH_GROUP}&a=${ART}&p=${PAC}&v=${NSH_VER}&c=${CLASS}" -O -J || exit
     done
 done