Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/template/gecko.json

Issue 29716693: Issue 6371 - Update buildtools dep. to c830dfa08e2f, use AMO-signing API (Closed) Base URL: https://hg.adblockplus.org/abpssembly/file/1e38c3375fa3
Patch Set: NO CHANGE - Rebase against current master Created March 12, 2018, 7:29 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | tox.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/template/gecko.json
diff --git a/sitescripts/extensions/template/gecko.json b/sitescripts/extensions/template/gecko.json
new file mode 100644
index 0000000000000000000000000000000000000000..19943d4194e9e670689805ce5184dcc2beaade37
--- /dev/null
+++ b/sitescripts/extensions/template/gecko.json
@@ -0,0 +1,16 @@
+{
+ "addons": {
+ {%- for extension in extensions %}
+ "{{ extension.extensionID }}": {
+ "updates": [
+ {
+ "version": "{{ extension.version }}",
+ "update_link": "{{ extension.update_link }}" },
+ "applications": {
+ "gecko": { "strict_min_version": "{{ extension.min_version }}" }
+ }
+ ]
+ }
+ {%- endfor %}
+ }
+}
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | tox.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld