[Pkg-mozext-commits] [adblock-plus] 183/464: Don't remove meta.properties from Babelzilla builds

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:15 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 15f89cbca691977585a40477d917261b1311c9b9
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Tue Dec 13 16:12:30 2011 +0100

    Don't remove meta.properties from Babelzilla builds
---
 packager.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/packager.py b/packager.py
index 507c8a4..add6c4f 100644
--- a/packager.py
+++ b/packager.py
@@ -54,7 +54,9 @@ def getTestEnvFiles(baseDir):
   return [os.path.join(baseDir, file) for file in ('components', 'defaults', 'bootstrap.js', 'chrome.manifest', 'icon.png', 'icon64.png')]
 
 def getIgnoredFiles(params):
-  result = ['.incomplete', 'meta.properties']
+  result = ['.incomplete']
+  if not params['limitMetadata']:
+    result.append('meta.properties')
   if params['releaseBuild']:
     result.append('TimeLine.jsm')
   return result

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