[Pkg-mozext-commits] [adblock-plus] 186/464: Added support for restartless extensions

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 24526f4ffce33f9d544582f2670adf4234b3c040
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Dec 21 21:28:21 2011 +0100

    Added support for restartless extensions
---
 install.rdf.tmpl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/install.rdf.tmpl b/install.rdf.tmpl
index 1f8d78e..1e4db07 100644
--- a/install.rdf.tmpl
+++ b/install.rdf.tmpl
@@ -11,6 +11,9 @@
     <em:creator>{{metadata.get('general', 'author')}}</em:creator>
     <em:homepageURL>{{metadata.get('homepage', 'default')}}</em:homepageURL>
     <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>

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