summaryrefslogtreecommitdiffstats
path: root/packaging/deb/debuild.sh
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-09-06 16:17:15 +0200
committerMarek Gradzki <mgradzki@cisco.com>2016-09-08 11:45:48 +0000
commit6fc04f8bf3ed13f14664de8b5b4e1f159a189521 (patch)
treea1a1f416627a0b43e524cb1dc2596fecdfc9d8a3 /packaging/deb/debuild.sh
parent49a8666711f62edf78ed59272a7446899c397922 (diff)
Bump versions to RC1v1.16.9-RC1
Change-Id: I81bed6b833c9b3319c7b474c8f85fed2c6896db7 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'packaging/deb/debuild.sh')
-rwxr-xr-xpackaging/deb/debuild.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/deb/debuild.sh b/packaging/deb/debuild.sh
index 8da088d41..3b1c11e23 100755
--- a/packaging/deb/debuild.sh
+++ b/packaging/deb/debuild.sh
@@ -8,9 +8,9 @@ PACKAGING_ROOT=${DIR}/honeycomb-${VERSION}
# Copy and unpack the archive with vpp-integration distribution
ARCHIVE_DIR=${DIR}/../../vpp-integration/minimal-distribution/target/
-ARCHIVE=${ARCHIVE_DIR}/vpp-integration-distribution-1.16.9-SNAPSHOT-hc.tar.gz
+ARCHIVE=${ARCHIVE_DIR}/vpp-integration-distribution-1.16.9-RC1-hc.tar.gz
cp ${ARCHIVE} ${DIR}
-ARCHIVE=${DIR}/vpp-integration-distribution-${VERSION}-SNAPSHOT-hc.tar.gz
+ARCHIVE=${DIR}/vpp-integration-distribution-${VERSION}-RC1-hc.tar.gz
tar -xf ${ARCHIVE} -C ${DIR}/
# Create packaging root
@@ -18,7 +18,7 @@ rm -rf ${PACKAGING_ROOT}
mkdir ${PACKAGING_ROOT}
# Copy contents of tar.gz
-mv ${DIR}/vpp-integration-distribution-${VERSION}-SNAPSHOT/ ${PACKAGING_ROOT}/
+mv ${DIR}/vpp-integration-distribution-${VERSION}-RC1/ ${PACKAGING_ROOT}/
cp -r ${DIR}/debian/ ${PACKAGING_ROOT}
# Upstart configuration
@@ -35,7 +35,7 @@ EOT
# Install instructions
cat <<EOT >> ${PACKAGING_ROOT}/debian/install
-vpp-integration-distribution-${VERSION}-SNAPSHOT/* /opt/honeycomb/
+vpp-integration-distribution-${VERSION}-RC1/* /opt/honeycomb/
honeycomb.conf /etc/init/
EOT