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

Jeff Licquia licquia at linuxfoundation.org
Sun Mar 23 04:28:27 UTC 2014


------------------------------------------------------------
revno: 101
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: printing-test
timestamp: Sun 2014-03-23 00:28:27 -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	2013-04-29 21:30:11 +0000
+++ b/scripts/package/Makefile	2014-03-23 04:28:27 +0000
@@ -34,11 +34,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