Set correct paths to vpp stable/1710 and use vpp stable/1710 builds 58/8758/3
authorJan Gelety <jgelety@cisco.com>
Wed, 11 Oct 2017 14:54:05 +0000 (16:54 +0200)
committerJan Gelety <jgelety@cisco.com>
Thu, 12 Oct 2017 08:21:51 +0000 (08:21 +0000)
- 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>
VPP_REPO_URL_CENTOS
VPP_REPO_URL_UBUNTU
VPP_STABLE_VER_CENTOS
VPP_STABLE_VER_UBUNTU
bootstrap-vpp-verify-weekly.sh
bootstrap.sh
resources/tools/scripts/download_hc_build_pkgs.sh
resources/tools/scripts/download_hc_pkgs.sh
resources/tools/scripts/download_install_vpp_pkgs.sh
resources/tools/scripts/download_install_vpp_rpms.sh

index bc11e8d..ac8a0ac 100644 (file)
@@ -1 +1 @@
-https://nexus.fd.io/content/repositories/fd.io.master.centos7/io/fd/vpp/
+https://nexus.fd.io/content/repositories/fd.io.stable.1710.centos7/io/fd/vpp/
\ No newline at end of file
index 56de6b6..0bc3096 100644 (file)
@@ -1 +1 @@
-https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main/io/fd/vpp/
+https://nexus.fd.io/content/repositories/fd.io.stable.1710.ubuntu.xenial.main/io/fd/vpp/
\ No newline at end of file
index df7a878..792adb5 100644 (file)
@@ -1 +1 @@
-17.10-rc0~334_gce41a5c~b2867.x86_64
\ No newline at end of file
+17.10-rc1~23_g87f1411~b28.x86_64
\ No newline at end of file
index a0b7161..92f6a08 100644 (file)
@@ -1 +1 @@
-17.10-rc0~334-gce41a5c~b2870_amd64
\ No newline at end of file
+17.10-rc1~23-g87f1411~b27_amd64
\ No newline at end of file
index ecd0f15..9ae7767 100644 (file)
@@ -119,7 +119,7 @@ done
 # Temporarily download VPP and DPDK packages from nexus.fd.io
 case "$DISTRO" in
         CENTOS )
-            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=""
index 54d6ff7..ebbe752 100755 (executable)
@@ -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=""
index 6683499..858f502 100755 (executable)
@@ -39,7 +39,7 @@ elif [ "${OS}" == "centos7" ]; then
     OS="centos7"
     PACKAGE="rpm rpm.md5"
     CLASS=""
-    VPP_ARTIFACTS="vpp vpp-debuginfo vpp-devel vpp-lib vpp-plugins vpp-api-java"
+    VPP_ARTIFACTS="vpp vpp-devel vpp-lib vpp-plugins vpp-api-java"
 fi
 
 REPO="fd.io.${STREAM}.${OS}"
index 1bda025..446d35a 100755 (executable)
@@ -42,7 +42,7 @@ elif [ "${OS}" == "centos7" ]; then
     OS="centos7"
     PACKAGE="rpm rpm.md5"
     CLASS=""
-    VPP_ARTIFACTS="vpp vpp-debuginfo vpp-lib vpp-plugins"
+    VPP_ARTIFACTS="vpp vpp-lib vpp-plugins"
     DPDK_ARTIFACTS=""
 fi
 
index 8928a2f..0dd597d 100755 (executable)
@@ -34,7 +34,7 @@ if [ -f "/etc/redhat-release" ]; then
     MD5FILES=*.rpm.md5
     fi
 
-    ARTIFACTS="vpp vpp-debuginfo vpp-devel vpp-lib vpp-plugins"
+    ARTIFACTS="vpp vpp-devel vpp-lib vpp-plugins"
     PACKAGE="rpm rpm.md5"
     CLASS=""
     VPP_INSTALL_COMMAND="rpm -ivh *.rpm"
index 29e0921..25390fb 100644 (file)
@@ -26,7 +26,7 @@ else
     REPO='https://nexus.fd.io/content/repositories/fd.io.centos7'
 fi
 
-ARTIFACTS="vpp vpp-lib vpp-debuginfo vpp-devel vpp-python-api vpp-plugins"
+ARTIFACTS="vpp vpp-lib vpp-devel vpp-python-api vpp-plugins"
 
 
 yum-config-manager --add-repo $REPO