diff options
author | 2017-07-27 09:06:45 +0200 | |
---|---|---|
committer | 2017-07-27 23:07:25 +0200 | |
commit | 80fb3f28456adff99b9212add3c53a21cbf0967d (patch) | |
tree | 0eda67931ecf7551886d4d2cc0a83fe057891510 /packaging/rpm/rpmbuild.sh | |
parent | c5ceb13070caf7bbcf69ba3f988feba1c9b90188 (diff) |
Bump Hc2vpp version to 1.17.07v1.17.07
Also updates honeycomb dependencies.
Change-Id: I531cc998b4d2a3a3c77664658c8dce42513a1378
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'packaging/rpm/rpmbuild.sh')
-rwxr-xr-x | packaging/rpm/rpmbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/rpmbuild.sh b/packaging/rpm/rpmbuild.sh index 26e314193..b00e82216 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.07-SNAPSHOT-hc.zip +ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.17.07-hc.zip mkdir -p ${DIR}/SOURCES/ cp $ZIPFILE ${DIR}/SOURCES/ cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/ |