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

Delta Between Two Patch Sets: .sitescripts.example

Issue 11003016: Added script for copying external filterlists into existing repositories (Closed)
Left Patch Set: Created June 20, 2013, 12:06 p.m.
Right Patch Set: Created June 24, 2013, 2:20 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
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 [subscriptions] 7 [subscriptions]
8 repository=%(root)s/hg/subscriptionlist 8 repository=%(root)s/hg/subscriptionlist
9 statusTemplate=subscriptions/template/status.html 9 statusTemplate=subscriptions/template/status.html
10 statusPage=%(root)s/www/subscriptionStatus.html 10 statusPage=%(root)s/www/subscriptionStatus.html
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 cvsroot=:pserver:guest@mozdev.org:/cvs 114 cvsroot=:pserver:guest@mozdev.org:/cvs
115 cvsdir=adblockplus/www/easylist 115 cvsdir=adblockplus/www/easylist
116 116
117 [hg] 117 [hg]
118 auth_repository=%(root)s/hg/hgaccess 118 auth_repository=%(root)s/hg/hgaccess
119 auth_file=%(root)s/.ssh/.ssh/authorized_keys 119 auth_file=%(root)s/.ssh/.ssh/authorized_keys
120 120
121 [formmail] 121 [formmail]
122 template=formmail/template/eyeo.mail 122 template=formmail/template/eyeo.mail
123 123
124 [externalFilterlists] 124 [externalFiles]
125 easyexample_source=https://easylist-downloads.adblockplus.org/easyexample.txt 125 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1
126 easyexample_target=easylist:easyexample 126 example_targetrepository=%(root)s/hg/adblockpluschrome
Wladimir Palant 2013/06/24 12:35:10 I would rather keep it more general - this is sync
Thomas Greiner 2013/06/24 14:24:45 Done.
127 example_targetfile=third-party/publicSuffixList.txt
LEFTRIGHT

Powered by Google App Engine
This is Rietveld