Left: | ||
Right: |
OLD | NEW |
---|---|
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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
156 easylist_repository=%(root)s/hg/easylist | 156 easylist_repository=%(root)s/hg/easylist |
157 easylistgermany_repository=%(root)s/hg/easylistgermany | 157 easylistgermany_repository=%(root)s/hg/easylistgermany |
158 malwaredomains_repository=%(root)s/hg/malwaredomains | 158 malwaredomains_repository=%(root)s/hg/malwaredomains |
159 outdir=%(root)s/data/easylist | 159 outdir=%(root)s/data/easylist |
160 cvsroot=:pserver:guest@mozdev.org:/cvs | 160 cvsroot=:pserver:guest@mozdev.org:/cvs |
161 cvsdir=adblockplus/www/easylist | 161 cvsdir=adblockplus/www/easylist |
162 | 162 |
163 [hg] | 163 [hg] |
164 auth_repository=%(root)s/hg/hgaccess | 164 auth_repository=%(root)s/hg/hgaccess |
165 auth_file=%(root)s/.ssh/.ssh/authorized_keys | 165 auth_file=%(root)s/.ssh/.ssh/authorized_keys |
166 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc | |
Wladimir Palant
2016/02/22 11:32:33
Shouldn't this be /login/rpc? That's what it is ac
Wladimir Palant
2016/02/22 11:41:37
Never mind, source code supports both.
Felix Dahlke
2016/02/22 20:09:49
Yup, it's documented too. And since there's also a
| |
167 changeset_url_template=https://hg.adblockplus.org/{repo}/rev/{id} | |
168 issue_url_template=https://issues.adblockplus.org/ticket/{id} | |
166 | 169 |
167 [formmail] | 170 [formmail] |
168 template=formmail/template/eyeo.mail | 171 template=formmail/template/eyeo.mail |
169 | 172 |
170 [submit_email] | 173 [submit_email] |
171 edge_filename=%(root)s/logs/edge_email_addresses.txt | 174 edge_filename=%(root)s/logs/edge_email_addresses.txt |
172 edge_verification_email_template=submit_email/template/edge_verification.mail | 175 edge_verification_email_template=submit_email/template/edge_verification.mail |
173 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success | 176 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success |
174 | 177 |
175 [send_installation_link] | 178 [send_installation_link] |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
210 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 | 213 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 |
211 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome | 214 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
212 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome | 215 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
213 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 | 216 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 |
214 adblockpluscore_repository=%(root)s/hg/adblockpluscore | 217 adblockpluscore_repository=%(root)s/hg/adblockpluscore |
215 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore | 218 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
216 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 | 219 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 |
217 libadblockplus_repository=%(root)s/hg/libadblockplus | 220 libadblockplus_repository=%(root)s/hg/libadblockplus |
218 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus | 221 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
219 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} | 222 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} |
OLD | NEW |