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

Side by Side 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 8, 2018, 9:22 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
Sebastian Noack 2018/03/09 00:33:19 It seems we use 2 (not 4) space indentation for ot
tlucas 2018/03/09 08:12:58 Done.
2 "addons": {
3 {%- for extension in extensions %}
4 "{{ extension.extensionID }}": {
5 "updates": [
6 {
7 "version": "{{ extension.version }}",
8 "update_link": "{{ extension.update_link }}" },
9 "applications": {
10 "gecko": { "strict_min_version": "{{ extension.min_version } }" }
11 }
12 ]
13 }
14 {%- endfor %}
15 }
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld