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

Side by Side Diff: sitescripts/extensions/test/sitescripts.ini.template

Issue 29589674: Issue 5942 - don't create Gecko update manifests (Closed)
Patch Set: Removing further unused code Created Oct. 26, 2017, 10:35 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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 adblockplusedge_repository=%(hgroot)s/adblockpluschrome/ 17 adblockplusedge_repository=%(hgroot)s/adblockpluschrome/
18 adblockplusedge_type=edge 18 adblockplusedge_type=edge
19 19
20 adblockplusandroid_repository=%(hgroot)s/adblockplusandroid 20 adblockplusandroid_repository=%(hgroot)s/adblockplusandroid
21 adblockplusandroid_type=android 21 adblockplusandroid_type=android
22 22
23 downloadsRepo=%(hgroot)s/downloads 23 downloadsRepo=%(hgroot)s/downloads
24 downloadsURL=https://downloads.adblockplus.org/ 24 downloadsURL=https://downloads.adblockplus.org/
25 25
26 geckoUpdateManifestPath=%(wwwdir)s/updates.json
27 androidUpdateManifestPath=%(wwwdir)s/androidupdates.xml 26 androidUpdateManifestPath=%(wwwdir)s/androidupdates.xml
28 androidNewUpdateManifestPath=%(wwwdir)s/androidupdates.json 27 androidNewUpdateManifestPath=%(wwwdir)s/androidupdates.json
29 safariUpdateManifestPath=%(wwwdir)s/updates.plist 28 safariUpdateManifestPath=%(wwwdir)s/updates.plist
30 ieUpdateManifestPath=%(wwwdir)s/ieupdate.json 29 ieUpdateManifestPath=%(wwwdir)s/ieupdate.json
31 30
32 geckoUpdateManifest=extensions/template/updates.json
33 chromeUpdateManifest=extensions/template/updates.xml 31 chromeUpdateManifest=extensions/template/updates.xml
34 androidUpdateManifest=extensions/template/androidupdates.xml 32 androidUpdateManifest=extensions/template/androidupdates.xml
35 safariUpdateManifest=extensions/template/updates.plist 33 safariUpdateManifest=extensions/template/updates.plist
OLDNEW

Powered by Google App Engine
This is Rietveld