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

Jeff Licquia licquia at linuxfoundation.org
Sun Mar 23 04:25:05 UTC 2014


------------------------------------------------------------
revno: 38
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: makelsbpkg
timestamp: Sun 2014-03-23 00:25:05 -0400
message:
  Switch to snapshot version scheme from bug 3599.
modified:
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2012-10-23 17:30:24 +0000
+++ b/scripts/package/Makefile	2014-03-23 04:25:05 +0000
@@ -33,11 +33,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 cvs tag to use
 EXPORT_TAG=-r $(OFFICIAL_RELEASE)
 else
-VERSION_SUFFIX=.$(ISO_DATE)
+RELEASE=0.$(ISO_DATE)
 EXPORT_TAG=-D now
 endif
 



More information about the lsb-messages mailing list