summaryrefslogtreecommitdiffstats
path: root/packaging/rpm/rpmbuild.sh
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-01-04 20:18:25 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-01-24 13:13:59 +0100
commit9813b4e4047e1226198bf215d89417a2dfc7f664 (patch)
tree7160aab34c664b78da38d63745cc4c0c5b532be3 /packaging/rpm/rpmbuild.sh
parent153c2954d71c94816dc604ba0fbb5ab7cf7c4205 (diff)
Bump hc2vpp version to 1.17.01-RC21.17.01-RC2
Also updates honeycomb dependencies to 1.17.01-RC2 Expected results after change submission: 1) all hc2vpp jars are uploaded to https://nexus.fd.io/content/repositories/fd.io.release/io/fd/hc2vpp/ with 1.17.01-RC2 version set 2) honeycomb-1.17.01-RC2.noarch.rpm (outcome of hc2vpp-integration-1701-centos7) is uploaded to https://nexus.fd.io/content/repositories/fd.io.stable.1701.centos7/ io/fd/hc2vpp/honeycomb/1.17.01-RC2.noarch/ 3) honeycomb-1.17.01-RC2_all-deb.deb (outcome of hc2vpp-integration-1701-ubuntu1404) is uploaded to https://nexus.fd.io/content/repositories/fd.io.stable.1701.ubuntu.trusty.main/ io/fd/hc2vpp/honeycomb/1.17.01-RC2_all/ 4) honeycomb-1.17.01-RC2_all-deb.deb (outcome of hc2vpp-integration-1701-ubuntu1604) is uploaded to https://nexus.fd.io/content/repositories/fd.io.stable.1701.ubuntu.xenial.main/ io/fd/hc2vpp/honeycomb/1.17.01-RC2_all/ Change-Id: I2e281234d142535d740649e966e6b08f8398905b Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'packaging/rpm/rpmbuild.sh')
-rwxr-xr-xpackaging/rpm/rpmbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/rpmbuild.sh b/packaging/rpm/rpmbuild.sh
index 2607d4c11..82fc1ab92 100755
--- a/packaging/rpm/rpmbuild.sh
+++ b/packaging/rpm/rpmbuild.sh
@@ -3,7 +3,7 @@ set -xe
DIR=$(dirname $0)
DIR=$(readlink -f $DIR)
ZIPDIR=${DIR}/../../vpp-integration/minimal-distribution/target/
-ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.17.01-SNAPSHOT-hc.zip
+ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.17.01-RC2-hc.zip
mkdir -p ${DIR}/SOURCES/
cp $ZIPFILE ${DIR}/SOURCES/
cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/