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

Delta Between Two Patch Sets: .sitescripts.example

Issue 29338216: Issue 3774 - Support multiple mirrors for the Malware Domains List (Closed)
Left Patch Set: Created March 14, 2016, 1:23 p.m.
Right Patch Set: Addressed review comments 2 Created March 15, 2016, 10:51 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | sitescripts/subscriptions/bin/updateMalwareDomainsList.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 [DEFAULT] 1 [DEFAULT]
2 root=/server/root/path 2 root=/server/root/path
3 mailer=/usr/sbin/sendmail 3 mailer=/usr/sbin/sendmail
4 mailerDebug=no 4 mailerDebug=no
5 secret=somerandomstringhere 5 secret=somerandomstringhere
6 6
7 [multiplexer] 7 [multiplexer]
8 sitescripts.subscriptions.web.fallback = 8 sitescripts.subscriptions.web.fallback =
9 sitescripts.crashes.web.submitCrash = 9 sitescripts.crashes.web.submitCrash =
10 sitescripts.reports.web.submitReport = 10 sitescripts.reports.web.submitReport =
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 dataDirectory=%(root)s/data/stats 134 dataDirectory=%(root)s/data/stats
135 outputDirectory=%(root)s/www/stats 135 outputDirectory=%(root)s/www/stats
136 mainPageTemplate=stats/template/main.html 136 mainPageTemplate=stats/template/main.html
137 fileOverviewTemplate=stats/template/fileOverview.html 137 fileOverviewTemplate=stats/template/fileOverview.html
138 filePageTemplate=stats/template/fileStats.html 138 filePageTemplate=stats/template/fileStats.html
139 139
140 [subscriptionDownloads] 140 [subscriptionDownloads]
141 easylist_repository=%(root)s/hg/easylist 141 easylist_repository=%(root)s/hg/easylist
142 easylistgermany_repository=%(root)s/hg/easylistgermany 142 easylistgermany_repository=%(root)s/hg/easylistgermany
143 malwaredomains_repository=%(root)s/hg/malwaredomains 143 malwaredomains_repository=%(root)s/hg/malwaredomains
144 malwaredomains_mirrors=
145 http://mirror3.malwaredomains.com
146 http://mirror1.malwaredomains.com
147 http://mirror2.malwaredomains.com
144 outdir=%(root)s/data/easylist 148 outdir=%(root)s/data/easylist
145 cvsroot=:pserver:guest@mozdev.org:/cvs 149 cvsroot=:pserver:guest@mozdev.org:/cvs
146 cvsdir=adblockplus/www/easylist 150 cvsdir=adblockplus/www/easylist
147 151
148 [hg] 152 [hg]
149 auth_repository=%(root)s/hg/hgaccess 153 auth_repository=%(root)s/hg/hgaccess
150 auth_file=%(root)s/.ssh/.ssh/authorized_keys 154 auth_file=%(root)s/.ssh/.ssh/authorized_keys
151 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc 155 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc
152 issue_url_template=https://issues.adblockplus.org/ticket/{id} 156 issue_url_template=https://issues.adblockplus.org/ticket/{id}
153 157
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 201 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
198 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 202 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
199 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 203 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
200 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 204 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
201 adblockpluscore_repository=%(root)s/hg/adblockpluscore 205 adblockpluscore_repository=%(root)s/hg/adblockpluscore
202 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 206 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
203 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 207 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
204 libadblockplus_repository=%(root)s/hg/libadblockplus 208 libadblockplus_repository=%(root)s/hg/libadblockplus
205 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 209 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
206 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} 210 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld