OLD | NEW |
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 | |
OLD | NEW |