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

Delta Between Two Patch Sets: sitescripts/extensions/template/gecko.json

Issue 29744579: Issue 6560 - fix malformed updates.json (Closed) Base URL: https://hg.adblockplus.org/abpssembly/file/1099f47bffa1
Left Patch Set: Created April 6, 2018, 9:07 a.m.
Right Patch Set: Created April 6, 2018, 10:06 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 | « no previous file | no next file » | 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 {
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 } 11 }
12 } 12 }
13 ] 13 ]
14 } 14 }{% if not loop.last %},{% endif %}
kzar 2018/04/06 09:55:49 If there are multiple extensions won't we be missi
tlucas 2018/04/06 10:08:32 Good point, fixed it.
15 {%- endfor %} 15 {%- endfor %}
16 } 16 }
17 } 17 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld