summaryrefslogtreecommitdiffstats
path: root/packaging/deb/debuild.sh
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-09-15 10:12:39 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-09-15 10:18:28 +0200
commit9572e2714d1f4a2b0f75a98b63316705f8fa046d (patch)
tree9ef3d6864fbeae9a64297cf826a4e0b486e20a40 /packaging/deb/debuild.sh
parenta5846cd36101fba5acdf511480fdbdf2f17f039a (diff)
Bump versions to SNAPSHOT
This reverts commit a5846cd36101fba5acdf511480fdbdf2f17f039a. Change-Id: Ie02435307b2ab6e4627758ff6ab0071de4966339 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 46072bc37..8da088d41 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-RC2-hc.tar.gz
+ARCHIVE=${ARCHIVE_DIR}/vpp-integration-distribution-1.16.9-SNAPSHOT-hc.tar.gz
cp ${ARCHIVE} ${DIR}
-ARCHIVE=${DIR}/vpp-integration-distribution-${VERSION}-RC2-hc.tar.gz
+ARCHIVE=${DIR}/vpp-integration-distribution-${VERSION}-SNAPSHOT-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}-RC2/ ${PACKAGING_ROOT}/
+mv ${DIR}/vpp-integration-distribution-${VERSION}-SNAPSHOT/ ${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}-RC2/* /opt/honeycomb/
+vpp-integration-distribution-${VERSION}-SNAPSHOT/* /opt/honeycomb/
honeycomb.conf /etc/init/
EOT