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

Delta Between Two Patch Sets: sitescripts/extensions/test/sitescripts.ini.template

Issue 29366797: Issue 4697 - Add support for WebExtension-based Firefox development builds (Closed) Base URL: https://hg.adblockplus.org/sitescripts
Left Patch Set: Changed update manifest format Created Dec. 5, 2016, 9:47 a.m.
Right Patch Set: Updated tests and update manifest generation Created Dec. 5, 2016, 11:21 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « sitescripts/extensions/test/oracle/updates.json ('k') | sitescripts/extensions/test/test_updateManifests.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 [DEFAULT] 1 [DEFAULT]
2 hgroot={hg_dir} 2 hgroot={hg_dir}
3 wwwdir={out_dir} 3 wwwdir={out_dir}
4 keysdir={keys_dir} 4 keysdir={keys_dir}
5 5
6 [extensions] 6 [extensions]
7 adblockplusfirefox_repository=%(hgroot)s/adblockplus 7 adblockplusfirefox_repository=%(hgroot)s/adblockplus
8 adblockplusfirefox_type=gecko 8 adblockplusfirefox_type=gecko
9 9
10 adblockplusie_repository=%(hgroot)s/adblockplusie 10 adblockplusie_repository=%(hgroot)s/adblockplusie
11 adblockplusie_type=ie 11 adblockplusie_type=ie
12 12
13 adblockplussafari_repository=%(hgroot)s/adblockpluschrome/ 13 adblockplussafari_repository=%(hgroot)s/adblockpluschrome/
14 adblockplussafari_type=safari 14 adblockplussafari_type=safari
15 adblockplussafari_key=%(keysdir)s/adblockplussafari.pem 15 adblockplussafari_key=%(keysdir)s/adblockplussafari.pem
16 16
17 adblockplusandroid_repository=%(hgroot)s/adblockplusandroid 17 adblockplusandroid_repository=%(hgroot)s/adblockplusandroid
18 adblockplusandroid_type=android 18 adblockplusandroid_type=android
19 19
20 downloadsRepo=%(hgroot)s/downloads 20 downloadsRepo=%(hgroot)s/downloads
21 downloadsURL=https://downloads.adblockplus.org/ 21 downloadsURL=https://downloads.adblockplus.org/
22 22
23 geckoUpdateManifestPath=%(wwwdir)s/update.rdf 23 geckoUpdateManifestPath=%(wwwdir)s/updates.json
24 androidUpdateManifestPath=%(wwwdir)s/androidupdates.xml 24 androidUpdateManifestPath=%(wwwdir)s/androidupdates.xml
25 androidNewUpdateManifestPath=%(wwwdir)s/androidupdates.json 25 androidNewUpdateManifestPath=%(wwwdir)s/androidupdates.json
26 safariUpdateManifestPath=%(wwwdir)s/updates.plist 26 safariUpdateManifestPath=%(wwwdir)s/updates.plist
27 ieUpdateManifestPath=%(wwwdir)s/ieupdate.json 27 ieUpdateManifestPath=%(wwwdir)s/ieupdate.json
28 28
29 geckoUpdateManifest=extensions/template/update.rdf 29 geckoUpdateManifest=extensions/template/updates.json
30 chromeUpdateManifest=extensions/template/updates.xml 30 chromeUpdateManifest=extensions/template/updates.xml
31 androidUpdateManifest=extensions/template/androidupdates.xml 31 androidUpdateManifest=extensions/template/androidupdates.xml
32 safariUpdateManifest=extensions/template/updates.plist 32 safariUpdateManifest=extensions/template/updates.plist
LEFTRIGHT

Powered by Google App Engine
This is Rietveld