[Lsb-messages] /var/www/bzr/lsb/devel/qmtest-harness r52: Use snapshot scheme similar to that in bug 3599.

Jeff Licquia licquia at linuxfoundation.org
Sun Mar 23 04:35:00 UTC 2014


------------------------------------------------------------
revno: 52
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: qmtest-harness
timestamp: Sun 2014-03-23 00:35:00 -0400
message:
  Use snapshot scheme similar to that in bug 3599.
modified:
  package/Makefile
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2011-03-26 14:08:23 +0000
+++ b/package/Makefile	2014-03-23 04:35:00 +0000
@@ -4,7 +4,7 @@
 VERSION=2.2
 LSBSpec=4.0
 LSBRelease=4
-RELEASE=11
+RELEASE_NUM=11
 
 # for pkgchk
 DEPS=-d lsb-python
@@ -26,11 +26,11 @@
 # Handle different version generation for snapshots than for official builds
 # OFFICIAL_RELEASE should be set to the tag to extract from CVS
 ifdef OFFICIAL_RELEASE
-VERSION_SUFFIX=
+RELEASE=$(RELEASE_NUM)
 # EXPORT_TAG should be set to the bzr revisionspec to use
 EXPORT_TAG=--revision=$(OFFICIAL_RELEASE)
 else
-VERSION_SUFFIX=.$(ISO_DATE)
+RELEASE=$(RELEASE_NUM).$(ISO_DATE)
 EXPORT_TAG=
 endif
 



More information about the lsb-messages mailing list