[Lsb-messages] /var/www/bzr/lsb/devel/lsb-sigchk r27: Switch to snapshot version scheme from bug 3599.

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


------------------------------------------------------------
revno: 27
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: lsb-sigchk
timestamp: Sun 2014-03-23 00:00:34 -0400
message:
  Switch to snapshot version scheme from bug 3599.
modified:
  package/Makefile
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2011-03-26 14:08:00 +0000
+++ b/package/Makefile	2014-03-23 04:00:34 +0000
@@ -21,11 +21,10 @@
 # Handle different version generation for snapshots than for official builds
 # OFFICIAL_RELEASE should be set to the tag to extract from BZR
 ifdef OFFICIAL_RELEASE
-	VERSION_SUFFIX=
 	# EXPORT_TAG should be set to the bzr revisionspec to use
 	EXPORT_TAG=--revision=$(OFFICIAL_RELEASE)
 else
-	VERSION_SUFFIX=.$(ISO_DATE)
+	RELEASE=0.$(ISO_DATE)
 	EXPORT_TAG=
 endif
 



More information about the lsb-messages mailing list