Packaging: post 17.01 cleanup 90/5490/2
authorMarek Gradzki <[email protected]>
Thu, 23 Feb 2017 08:46:38 +0000 (09:46 +0100)
committerJan Srnicek <[email protected]>
Thu, 23 Feb 2017 14:34:41 +0000 (14:34 +0000)
Change-Id: I065693e37a8aa991c33805d36d681bf5fbecf9db
Signed-off-by: Marek Gradzki <[email protected]>
packaging/deb/common/prepare.sh
packaging/deb/trusty/debian/control
packaging/deb/xenial/debian/control
packaging/rpm/release

index 1009fc9..571f30a 100755 (executable)
@@ -11,7 +11,7 @@ BUILD_DIR=${SOURCE_DIR}/honeycomb-${VERSION}
 
 # Copy and unpack the archive with vpp-integration distribution
 ARCHIVE_DIR=${SOURCE_DIR}/../../../vpp-integration/minimal-distribution/target/
-ARCHIVE=${ARCHIVE_DIR}/vpp-integration-distribution-1.17.04-SNAPSHOT-hc.tar.gz
+ARCHIVE=${ARCHIVE_DIR}/vpp-integration-distribution-${VERSION}-SNAPSHOT-hc.tar.gz
 cp ${ARCHIVE} ${SOURCE_DIR}
 ARCHIVE=${SOURCE_DIR}/vpp-integration-distribution-${VERSION}-SNAPSHOT-hc.tar.gz
 tar -xf ${ARCHIVE} -C ${SOURCE_DIR}/
@@ -33,7 +33,7 @@ honeycomb (${VERSION}-${RELEASE}) unstable; urgency=low
 
   * 17.04 release
 
- -- mmarsale <[email protected]>  Mon, 22 Aug 2016 09:41:37 +0200
+ -- mgradzki <[email protected]>  Mon, 23 Feb 2016 09:41:37 +0200
 EOT
 
 # Install instructions
index 5e893cd..8606831 100644 (file)
@@ -1,11 +1,11 @@
 Source: honeycomb
 Section: misc
 Priority: optional
-Maintainer: fd.io/honeycomb <honeycomb-dev@lists.fd.io>
+Maintainer: fd.io/hc2vpp <hc2vpp@lists.fd.io>
 Build-Depends: debhelper (>= 9)
 Standards-Version: 3.9.6
-Homepage: https://wiki.fd.io/view/Honeycomb
-Vcs-Browser: https://git.fd.io/cgit/honeycomb/tree/
+Homepage: https://wiki.fd.io/view/Hc2vpp
+Vcs-Browser: https://git.fd.io/cgit/hc2vpp/tree/
 
 Package: honeycomb
 Architecture: all
index f239f2f..5a66f9c 100644 (file)
@@ -1,11 +1,11 @@
 Source: honeycomb
 Section: misc
 Priority: optional
-Maintainer: fd.io/honeycomb <honeycomb-dev@lists.fd.io>
+Maintainer: fd.io/hc2vpp <hc2vpp@lists.fd.io>
 Build-Depends: debhelper (>= 9), dh-systemd
 Standards-Version: 3.9.6
-Homepage: https://wiki.fd.io/view/Honeycomb
-Vcs-Browser: https://git.fd.io/cgit/honeycomb/tree/
+Homepage: https://wiki.fd.io/view/Hc2vpp
+Vcs-Browser: https://git.fd.io/cgit/hc2vpp/tree/
 
 Package: honeycomb
 Architecture: all
index 751ee04..4de82e4 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/bash
+# release version
+# echo RELEASE
+#
+# snapshot version
+#
 # Increasing the build number by a certain margin.
 # Necessary due to honeycomb - hc2vpp split. Build_number counter was reset
 # rewriting older packages