[Pkg-mozext-commits] [adblock-plus] 431/464: Issue 364 - Extension manifest changes necessary to upload devbuilds to Chrome Web Store

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:41 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 679216b7738b3be0a6daa4eef230954e29eab508
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Apr 24 12:14:53 2014 +0200

    Issue 364 - Extension manifest changes necessary to upload devbuilds to Chrome Web Store
---
 manifest.json.tmpl | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/manifest.json.tmpl b/manifest.json.tmpl
index 0655f68..2839cb1 100644
--- a/manifest.json.tmpl
+++ b/manifest.json.tmpl
@@ -17,7 +17,12 @@
 
 {
   "manifest_version": 2,
-  "name": "__MSG_name__{% if experimentalAPI %} experimental build{% endif %}",
+  {%- if releaseBuild %}
+  "name": "__MSG_name__",
+  {%- else %}
+  "name": "__MSG_name_devbuild__",
+  {%- endif %}
+
   "description": "__MSG_description_{{ type }}__",
   "default_locale": "en_US",
   "version": {{version|json}},
@@ -26,7 +31,7 @@
   "minimum_chrome_version": {{metadata.get('compat', 'chrome')|json}},
   {%- endif %}
 
-  {%- if not releaseBuild %}
+  {%- if not releaseBuild and type != "chrome" %}
   "update_url": "https://adblockplus.org/devbuilds/
     {{- metadata.get('general', 'basename') -}}
     {%- if experimentalAPI -%}

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