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

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

Issue 29354748: Fixes 4464 - Restore get_min_sdk_version() function from sitescripts.extensions.android module that… (Closed) Base URL: https://hg.adblockplus.org/sitescripts
Patch Set: Mock plugin repositories instead of cloning them Created Sept. 27, 2016, 9:44 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
OLDNEW
(Empty)
1 [DEFAULT]
2 hgroot={hg_dir}
3 wwwdir={out_dir}
4 keysdir={keys_dir}
5
6 [extensions]
7 adblockplusfirefox_repository=%(hgroot)s/adblockplus
8 adblockplusfirefox_type=gecko
9
10 adblockplusie_repository=%(hgroot)s/adblockplusie
11 adblockplusie_type=ie
12
13 adblockplussafari_repository=%(hgroot)s/adblockpluschrome/
14 adblockplussafari_type=safari
15 adblockplussafari_key=%(keysdir)s/adblockplussafari.pem
16
17 adblockplusandroid_repository=%(hgroot)s/adblockplusandroid
18 adblockplusandroid_type=android
19
20 downloadsRepo=%(hgroot)s/downloads
21 downloadsURL=https://downloads.adblockplus.org/
22
23 geckoUpdateManifestPath=%(wwwdir)s/update.rdf
24 androidUpdateManifestPath=%(wwwdir)s/androidupdates.xml
25 androidNewUpdateManifestPath=%(wwwdir)s/androidupdates.json
26 safariUpdateManifestPath=%(wwwdir)s/updates.plist
27 ieUpdateManifestPath=%(wwwdir)s/ieupdate.json
28
29 geckoUpdateManifest=extensions/template/update.rdf
30 chromeUpdateManifest=extensions/template/updates.xml
31 androidUpdateManifest=extensions/template/androidupdates.xml
32 safariUpdateManifest=extensions/template/updates.plist
OLDNEW
« no previous file with comments | « sitescripts/extensions/test/oracle/updates.plist ('k') | sitescripts/extensions/test/test_updateManifests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld