diff options
author | 2018-01-17 16:48:23 +0100 | |
---|---|---|
committer | 2018-01-18 06:53:59 +0000 | |
commit | bbabcf885e9a0c01c6a9621a950ab68d8561b05b (patch) | |
tree | 437283602e147c8e51c828afd35f35ebcc9640a7 /packaging | |
parent | 46fa44ab404816b946a8c9928349b8af89add7fe (diff) |
Set Hc2vpp version back to 1.18.01-SNAPSHOT
Change-Id: I045a9d935fe319713e3267c07f00c91ab3b091f0
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/rpm/hc2vpp_version | 4 | ||||
-rwxr-xr-x | packaging/rpm/release | 4 | ||||
-rwxr-xr-x | packaging/rpm/rpmbuild.sh | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/packaging/rpm/hc2vpp_version b/packaging/rpm/hc2vpp_version index c791ab096..a084540e3 100755 --- a/packaging/rpm/hc2vpp_version +++ b/packaging/rpm/hc2vpp_version @@ -6,7 +6,7 @@ DIR_NAME=$(dirname $0) VERSION=`$DIR_NAME/version` -# echo "${VERSION}-SNAPSHOT" +echo "${VERSION}-SNAPSHOT" # echo "${VERSION}-RC1" -echo "${VERSION}-RC2" +# echo "${VERSION}-RC2" # echo "${VERSION}" diff --git a/packaging/rpm/release b/packaging/rpm/release index 8136c3a04..550de4f0f 100755 --- a/packaging/rpm/release +++ b/packaging/rpm/release @@ -13,10 +13,10 @@ # echo RC1~$BUILD_NUMBER # echo RC1 # echo RC2~$BUILD_NUMBER -echo RC2 +# echo RC2 # # Release snapshot (1.18.01~XXX, 1.18.01.1~XXX, ...) -# echo RELEASE~$BUILD_NUMBER +echo RELEASE~$BUILD_NUMBER # # Release version (1.18.01, 1.18.01.1, ...) # echo RELEASE
\ No newline at end of file diff --git a/packaging/rpm/rpmbuild.sh b/packaging/rpm/rpmbuild.sh index 5d81e3259..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-RC2-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/ |