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 7, 2018, 10:05 p.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 {
2 "addons": { 2 "addons": {
3 {%- for extension in extensions %} 3 {%- 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.
4 "{{ extension.extensionID }}": { 4 "{{ extension.extensionID }}": {
5 "updates": [ 5 "updates": [
6 { "version": "{{ extension.version }}", 6 {
Sebastian Noack 2018/03/08 02:39:22 Please wrap objects consistently: { "versi
tlucas 2018/03/08 09:23:05 Done.
7 "version": "{{ extension.version }}",
7 "update_link": "{{ extension.update_link }}" }, 8 "update_link": "{{ extension.update_link }}" },
8 "applications": { 9 "applications": {
9 "gecko": { "strict_min_version": "{{ extension.min_version }}" } } 10 "gecko": { "strict_min_version": "{{ extension.min_version }}" }
11 }
10 ] 12 ]
11 } 13 }
12 {%- endfor %} 14 {%- endfor %}
13 } 15 }
14 } 16 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld