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

Unified Diff: .sitescripts.example

Issue 29338216: Issue 3774 - Support multiple mirrors for the Malware Domains List (Closed)
Patch Set: Addressed review comments 2 Created March 15, 2016, 10:51 p.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
« no previous file with comments | « no previous file | sitescripts/subscriptions/bin/updateMalwareDomainsList.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
===================================================================
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -136,16 +136,20 @@
mainPageTemplate=stats/template/main.html
fileOverviewTemplate=stats/template/fileOverview.html
filePageTemplate=stats/template/fileStats.html
[subscriptionDownloads]
easylist_repository=%(root)s/hg/easylist
easylistgermany_repository=%(root)s/hg/easylistgermany
malwaredomains_repository=%(root)s/hg/malwaredomains
+malwaredomains_mirrors=
+ http://mirror3.malwaredomains.com
+ http://mirror1.malwaredomains.com
+ http://mirror2.malwaredomains.com
outdir=%(root)s/data/easylist
cvsroot=:pserver:guest@mozdev.org:/cvs
cvsdir=adblockplus/www/easylist
[hg]
auth_repository=%(root)s/hg/hgaccess
auth_file=%(root)s/.ssh/.ssh/authorized_keys
trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc
« no previous file with comments | « no previous file | sitescripts/subscriptions/bin/updateMalwareDomainsList.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld