[Pkg-mozext-commits] [adblock-plus] 12/22: Issue 2235 - Update jsshell to ESR31 to support new generator syntax
David Prévot
taffit at moszumanska.debian.org
Wed Apr 1 19:35:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus.
commit d9d740bf299cf476d8ddc58e99963ff0a4df5cd7
Author: Sebastian Noack <sebastian at adblockplus.org>
Date: Tue Mar 31 15:54:25 2015 +0200
Issue 2235 - Update jsshell to ESR31 to support new generator syntax
---
utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils.py b/utils.py
index 2d0810d..6fdd8b4 100644
--- a/utils.py
+++ b/utils.py
@@ -27,7 +27,7 @@ def ensureJSShell():
if sys.platform not in platform_map:
raise Exception('Unknown platform, is there a JS shell version for it?')
- download_url = 'https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-14-00-05-01-mozilla-esr24/jsshell-%s.zip' % platform_map[sys.platform]
+ download_url = 'https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2015/02/2015-02-25-00-22-19-mozilla-esr31/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