[Pkg-mozext-commits] [adblock-plus] 325/464: Changed to a different "known-good" version of the JS shell, newer versions reorder the source in ways that our script cannot deal with

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:30 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 eba00fe6fa2569a24968cb2f528e36398e66bdf6
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Oct 31 12:04:54 2012 +0100

    Changed to a different "known-good" version of the JS shell, newer versions reorder the source in ways that our script cannot deal with
---
 utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils.py b/utils.py
index 950e7d5..fe28d79 100644
--- a/utils.py
+++ b/utils.py
@@ -26,7 +26,7 @@ def ensureJSShell(basedir):
   if sys.platform not in platform_map:
     raise Exception('Unknown platform, is there a JS shell version for it?')
 
-  download_url = 'http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/16.0.1-candidates/build1/jsshell-%s.zip' % platform_map[sys.platform]
+  download_url = 'http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/11.0-candidates/build2/jsshell-%s.zip' % platform_map[sys.platform]
   data = StringIO(urllib.urlopen(download_url).read())
   zip = zipfile.ZipFile(data)
   zip.extractall(shell_dir)

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