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

Side by Side Diff: modules/filtermaster/templates/sitescripts.ini.erb

Issue 29338260: Issue 3799 - Add malware domain list mirrors to filtermaster sitescripts.ini (Closed)
Patch Set: Created March 14, 2016, 5: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 | « no previous file | no next file » | 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 root=/home/rsync/subscription 2 root=/home/rsync/subscription
3 3
4 [subscriptionDownloads] 4 [subscriptionDownloads]
5 <% @repos.each do |key| -%> 5 <% @repos.each do |key| -%>
6 <%= key %>_repository=%(root)s/<%= key %> 6 <%= key %>_repository=%(root)s/<%= key %>
7 <% end -%> 7 <% end -%>
8 <% @repo_downloads.each do |key, hash| -%> 8 <% @repo_downloads.each do |key, hash| -%>
9 <%= hash['target'] or key %>_repository=%(root)s/<%= key %> 9 <%= hash['target'] or key %>_repository=%(root)s/<%= key %>
10 <% end -%> 10 <% end -%>
11 outdir=/home/rsync/generated 11 outdir=/home/rsync/generated
12
13 # https://issues.adblockplus.org/ticket/3774
14 malwaredomains_mirrors=
15 http://mirror3.malwaredomains.com
16 http://mirror1.malwaredomains.com
17 http://mirror2.malwaredomains.com
18
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld