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

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

Issue 29374637: Issue 4549 - Implement the Windows Store API to upload development builds (Closed)
Patch Set: Rebase Created Feb. 16, 2017, 1:14 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
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | sitescripts/extensions/utils.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/
18 adblockplusedge_type=edge
19
17 adblockplusandroid_repository=%(hgroot)s/adblockplusandroid 20 adblockplusandroid_repository=%(hgroot)s/adblockplusandroid
18 adblockplusandroid_type=android 21 adblockplusandroid_type=android
19 22
20 downloadsRepo=%(hgroot)s/downloads 23 downloadsRepo=%(hgroot)s/downloads
21 downloadsURL=https://downloads.adblockplus.org/ 24 downloadsURL=https://downloads.adblockplus.org/
22 25
23 geckoUpdateManifestPath=%(wwwdir)s/updates.json 26 geckoUpdateManifestPath=%(wwwdir)s/updates.json
24 androidUpdateManifestPath=%(wwwdir)s/androidupdates.xml 27 androidUpdateManifestPath=%(wwwdir)s/androidupdates.xml
25 androidNewUpdateManifestPath=%(wwwdir)s/androidupdates.json 28 androidNewUpdateManifestPath=%(wwwdir)s/androidupdates.json
26 safariUpdateManifestPath=%(wwwdir)s/updates.plist 29 safariUpdateManifestPath=%(wwwdir)s/updates.plist
27 ieUpdateManifestPath=%(wwwdir)s/ieupdate.json 30 ieUpdateManifestPath=%(wwwdir)s/ieupdate.json
28 31
29 geckoUpdateManifest=extensions/template/updates.json 32 geckoUpdateManifest=extensions/template/updates.json
30 chromeUpdateManifest=extensions/template/updates.xml 33 chromeUpdateManifest=extensions/template/updates.xml
31 androidUpdateManifest=extensions/template/androidupdates.xml 34 androidUpdateManifest=extensions/template/androidupdates.xml
32 safariUpdateManifest=extensions/template/updates.plist 35 safariUpdateManifest=extensions/template/updates.plist
OLDNEW
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | sitescripts/extensions/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld