[Pkg-mozext-commits] [adblock-plus] 365/464: Fixed missing parameter in getDefaultFileName() calls

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:34 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 4f8be92bb9c5bad8e3fddead2f86b4bda5de6875
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Jan 30 17:45:09 2013 +0100

    Fixed missing parameter in getDefaultFileName() calls
---
 releaseAutomationGecko.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releaseAutomationGecko.py b/releaseAutomationGecko.py
index 357930f..c4a986e 100644
--- a/releaseAutomationGecko.py
+++ b/releaseAutomationGecko.py
@@ -42,7 +42,7 @@ def run(baseDir, version, keyFile, downloadsRepo):
   subprocess.Popen(['hg', 'tag', '-R', baseDir, '-f', version]).communicate()
 
   # Create a release build
-  buildPath = os.path.join(downloadsRepo, packager.getDefaultFileName(baseDir, metadata, version))
+  buildPath = os.path.join(downloadsRepo, packager.getDefaultFileName(baseDir, metadata, version, 'xpi'))
   packager.createBuild(baseDir, outFile=buildPath, releaseBuild=True, keyFile=keyFile)
 
   # Create source archive

-- 
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