[Lsb-messages] /var/www/bzr/lsb/devel/runtime-test r1279: Use new snapshot versioning scheme from bug 3599.

Jeff Licquia licquia at linuxfoundation.org
Thu May 2 22:11:54 UTC 2013


------------------------------------------------------------
revno: 1279
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: runtime-test
timestamp: Thu 2013-05-02 18:11:54 -0400
message:
  Use new snapshot versioning scheme from bug 3599.
modified:
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2013-05-02 18:10:48 +0000
+++ b/scripts/package/Makefile	2013-05-02 22:11:54 +0000
@@ -26,11 +26,10 @@
 # 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=
 # 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