[Lsb-messages] /var/www/bzr/lsb/devel/desktop-test r489: fix up version stuff again (bug 3599) and stamp out freestandards.org

Mats Wichmann mats at linuxfoundation.org
Fri Apr 18 22:46:21 UTC 2014


------------------------------------------------------------
revno: 489
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: desktop-test
timestamp: Fri 2014-04-18 16:46:21 -0600
message:
  fix up version stuff again (bug 3599) and stamp out freestandards.org
modified:
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2014-02-12 15:56:48 +0000
+++ b/scripts/package/Makefile	2014-04-18 22:46:21 +0000
@@ -3,7 +3,7 @@
 # XXX for now keep this in sync with the specfile
 PACKAGE=lsb-test-desktop
 VERSION=4.1.93
-RELEASE=6
+BUILDNO=7
 
 # for pkgck
 DEPS=lsb-tet3-lite lsb-xvfb lsb-python
@@ -26,6 +26,7 @@
 # Handle different version generation for snapshots than for official builds
 # OFFICIAL_RELEASE should be set to the tag to extract from the vcs
 ifdef OFFICIAL_RELEASE
+RELEASE=$(BUILDNO)
 # EXPORT_TAG should be set to the bzr revisionspec to use
 EXPORT_TAG=--revision=$(OFFICIAL_RELEASE)
 # Because we check out multiple branches, we can't guarantee that
@@ -38,7 +39,7 @@
 EXPORT_TAG_OTHER=
 endif
 else
-RELEASE=0.$(ISO_DATE)
+RELEASE=0.$(ISO_DATE).$(BUILDNO)
 EXPORT_TAG=
 EXPORT_TAG_OTHER=
 endif
@@ -62,7 +63,7 @@
 RPM_SRPM_DIR=$(RPM_TMP_BUILD_DIR)/SRPMS
 
 # Override this on the command line to use a different repo
-BZRTREES?=http://bzr.freestandards.org/lsb/devel
+BZRTREES?=http://bzr.linuxfoundation.org/lsb/devel
 
 # Default target
 ifndef BUILD_NO_DEB



More information about the lsb-messages mailing list