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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sitescripts/extensions/test/sitescripts.ini.template
===================================================================
new file mode 100644
--- /dev/null
+++ b/sitescripts/extensions/test/sitescripts.ini.template
@@ -0,0 +1,32 @@
+[DEFAULT]
+hgroot={hg_dir}
+wwwdir={out_dir}
+keysdir={keys_dir}
+
+[extensions]
+adblockplusfirefox_repository=%(hgroot)s/adblockplus
+adblockplusfirefox_type=gecko
+
+adblockplusie_repository=%(hgroot)s/adblockplusie
+adblockplusie_type=ie
+
+adblockplussafari_repository=%(hgroot)s/adblockpluschrome/
+adblockplussafari_type=safari
+adblockplussafari_key=%(keysdir)s/adblockplussafari.pem
+
+adblockplusandroid_repository=%(hgroot)s/adblockplusandroid
+adblockplusandroid_type=android
+
+downloadsRepo=%(hgroot)s/downloads
+downloadsURL=https://downloads.adblockplus.org/
+
+geckoUpdateManifestPath=%(wwwdir)s/update.rdf
+androidUpdateManifestPath=%(wwwdir)s/androidupdates.xml
+androidNewUpdateManifestPath=%(wwwdir)s/androidupdates.json
+safariUpdateManifestPath=%(wwwdir)s/updates.plist
+ieUpdateManifestPath=%(wwwdir)s/ieupdate.json
+
+geckoUpdateManifest=extensions/template/update.rdf
+chromeUpdateManifest=extensions/template/updates.xml
+androidUpdateManifest=extensions/template/androidupdates.xml
+safariUpdateManifest=extensions/template/updates.plist
« 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