[Pkg-mozext-commits] [adblock-plus] 357/464: Fixed: specifying build number explicitly is broken

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 01c8b3ea52245ad3ac7b8e4398d68a126d1bdee3
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Fri Jan 25 08:19:30 2013 +0100

    Fixed: specifying build number explicitly is broken
---
 packager.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packager.py b/packager.py
index 3f7e447..f0ccc65 100644
--- a/packager.py
+++ b/packager.py
@@ -45,6 +45,7 @@ def getBuildVersion(baseDir, metadata, releaseBuild, buildNum=None):
   if not releaseBuild:
     if buildNum == None:
       buildNum = getBuildNum(baseDir)
+    buildNum = str(buildNum)
     if len(buildNum) > 0:
       if re.search(r'(^|\.)\d+$', version):
         # Numerical version number - need to fill up with zeros to have three

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list