[Pkg-mozext-commits] [adblock-plus] 347/464: Fixed: jshydra isn't being called for ABP/Chrome builds any more

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:32 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 e3e082a1f9932fb6fd6d79ae967eb5e31e0399f5
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Sat Dec 29 21:04:51 2012 +0100

    Fixed: jshydra isn't being called for ABP/Chrome builds any more
---
 packagerChrome.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packagerChrome.py b/packagerChrome.py
index 653f323..5d46620 100644
--- a/packagerChrome.py
+++ b/packagerChrome.py
@@ -226,7 +226,7 @@ def createBuild(baseDir, outFile=None, buildNum=None, releaseBuild=False, keyFil
     if os.path.exists(path):
       readFile(params, files, path)
 
-  if metadata.has_section('convert_js') and os.path.isdir(os.path.join(baseDir, 'jshydra')):
+  if metadata.has_section('convert_js'):
     convertJS(params, files)
 
   if devenv:

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