[Pkg-mozext-commits] [adblock-plus] 178/464: Added support for optionsType metadata parameter

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 6b51a47c2c346c1d9dfc6ef8eb99e28430ff1bc4
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Dec 7 20:30:14 2011 +0100

    Added support for optionsType metadata parameter
---
 install.rdf.tmpl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/install.rdf.tmpl b/install.rdf.tmpl
index 63a6602..1f8d78e 100644
--- a/install.rdf.tmpl
+++ b/install.rdf.tmpl
@@ -30,6 +30,9 @@
     {%- if metadata.has_option('general', 'options') %}
     <em:optionsURL>{{metadata.get('general', 'options')}}</em:optionsURL>
     {%- endif %}
+    {%- if metadata.has_option('general', 'optionsType') %}
+    <em:optionsType>{{metadata.get('general', 'optionsType')}}</em:optionsType>
+    {%- endif %}
 
     {%- if metadata.has_section('contributors') %}
     {%- for option in metadata.options('contributors')|sort %}

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