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: Created March 7, 2018, 10:05 p.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
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..1cfdca4970b95291279d57a13b92b6b1f0aab93e
--- /dev/null
+++ b/sitescripts/extensions/template/gecko.json
@@ -0,0 +1,14 @@
+{
+ "addons": {
+ {%- for extension in extensions %}
Sebastian Noack 2018/03/08 02:39:22 Nit: The indentation is inconsistent with the {% e
tlucas 2018/03/08 09:23:05 Done.
+ "{{ extension.extensionID }}": {
+ "updates": [
+ { "version": "{{ extension.version }}",
Sebastian Noack 2018/03/08 02:39:22 Please wrap objects consistently: { "versi
tlucas 2018/03/08 09:23:05 Done.
+ "update_link": "{{ extension.update_link }}" },
+ "applications": {
+ "gecko": { "strict_min_version": "{{ extension.min_version }}" } }
+ ]
+ }
+ {%- endfor %}
+ }
+}

Powered by Google App Engine
This is Rietveld