[Pkg-mozext-commits] [adblock-plus] 360/464: Allow overriding update URL for Chrome release builds

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:33 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 63f9295b3d21a0537be857ca3aa4d77c1fcfb862
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Fri Jan 25 12:24:05 2013 +0100

    Allow overriding update URL for Chrome release builds
---
 manifest.json.tmpl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/manifest.json.tmpl b/manifest.json.tmpl
index bf67d9c..7e0fc5f 100644
--- a/manifest.json.tmpl
+++ b/manifest.json.tmpl
@@ -33,6 +33,8 @@
     -experimental
     {%- endif -%}
     /updates.xml",
+  {%- elif metadata.has_option('general', 'updateURL') %}
+  "update_url": {{metadata.get('general', 'updateURL')|json}},
   {%- endif %}
 
   {%- if pageAction %}

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