[Pkg-mozext-commits] [adblock-plus] 244/464: Dropped support for non-restartless extensions

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:21 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 2955a198ba19e6f84a3aaed03aa760e938034b8d
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Jun 14 16:52:22 2012 +0200

    Dropped support for non-restartless extensions
---
 install.rdf.tmpl | 2 --
 packager.py      | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/install.rdf.tmpl b/install.rdf.tmpl
index 138940a..ff15bd1 100644
--- a/install.rdf.tmpl
+++ b/install.rdf.tmpl
@@ -31,9 +31,7 @@
     <em:homepageURL>{{metadata.get('homepage', 'default')}}</em:homepageURL>
     {%- endif %}
     <em:type>2</em:type>
-    {%- if metadata.has_option('general', 'restartless') %}
     <em:bootstrap>true</em:bootstrap>
-    {%- endif %}
 
     {%- if not releaseBuild or metadata.has_option('general', 'updateURL') %}
     <em:updateURL>
diff --git a/packager.py b/packager.py
index d6acdc6..1b4e279 100644
--- a/packager.py
+++ b/packager.py
@@ -349,7 +349,7 @@ def createBuild(baseDir, outFile=None, locales=None, buildNum=None, releaseBuild
   if not params['limitMetadata']:
     fixupLocales(baseDir, files, params)
   readXPIFiles(baseDir, params, files)
-  if metadata.has_option('general', 'restartless') and not 'bootstrap.js' in files:
+  if not 'bootstrap.js' in files:
     addMissingFiles(baseDir, params, files)
   if keyFile:
     signFiles(files, keyFile)

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