From 0c7caef96d2a3bf9e9175a74f096da2e7263225a Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Wed, 10 Jan 2018 11:05:35 +0100 Subject: Set hc2vpp version back to 1.18.01-SNAPSHOT Also sets honeycomb DEB/RPM package version to 1.18.01-RC2~$BUILD_NUMBER Change-Id: I7d1916b9e464d957d55b620e746cf763c83943a8 Signed-off-by: Marek Gradzki --- packaging/rpm/rpmbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/rpm/rpmbuild.sh') diff --git a/packaging/rpm/rpmbuild.sh b/packaging/rpm/rpmbuild.sh index cf76e67b3..8691b68b8 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.18.01-RC1-hc.zip +ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.18.01-SNAPSHOT-hc.zip mkdir -p ${DIR}/SOURCES/ cp $ZIPFILE ${DIR}/SOURCES/ cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/ -- cgit 1.2.3-korg