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: 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:
View unified diff | Download patch
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | tox.ini » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
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
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | tox.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld