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

Delta Between Two Patch Sets: 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
Left Patch Set: Created March 8, 2018, 9:22 a.m.
Right Patch Set: NO CHANGE - Rebase against current master Created March 12, 2018, 7:29 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « sitescripts/extensions/bin/createNightlies.py ('k') | tox.ini » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 { 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": { 2 "addons": {
3 {%- for extension in extensions %} 3 {%- for extension in extensions %}
4 "{{ extension.extensionID }}": { 4 "{{ extension.extensionID }}": {
5 "updates": [ 5 "updates": [
6 { 6 {
7 "version": "{{ extension.version }}", 7 "version": "{{ extension.version }}",
8 "update_link": "{{ extension.update_link }}" }, 8 "update_link": "{{ extension.update_link }}" },
9 "applications": { 9 "applications": {
10 "gecko": { "strict_min_version": "{{ extension.min_version } }" } 10 "gecko": { "strict_min_version": "{{ extension.min_version }}" }
11 }
12 ]
13 } 11 }
14 {%- endfor %} 12 ]
15 } 13 }
14 {%- endfor %}
15 }
16 } 16 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld