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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
148 outdir=%(root)s/data/easylist | 148 outdir=%(root)s/data/easylist |
149 cvsroot=:pserver:guest@mozdev.org:/cvs | 149 cvsroot=:pserver:guest@mozdev.org:/cvs |
150 cvsdir=adblockplus/www/easylist | 150 cvsdir=adblockplus/www/easylist |
151 | 151 |
152 [hg] | 152 [hg] |
153 auth_repository=%(root)s/hg/hgaccess | 153 auth_repository=%(root)s/hg/hgaccess |
154 auth_file=%(root)s/.ssh/.ssh/authorized_keys | 154 auth_file=%(root)s/.ssh/.ssh/authorized_keys |
155 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc | 155 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc |
156 issue_url_template=https://issues.adblockplus.org/ticket/{id} | 156 issue_url_template=https://issues.adblockplus.org/ticket/{id} |
157 | 157 |
158 [hg_module_milestones] | |
159 platform=Adblock-Plus(-[\d\.]+)?-for-Chrome-Opera-Safari(-next)? | |
kzar
2016/05/03 06:47:35
Mind making these examples lowercase to avoid impl
Vasily Kuznetsov
2016/05/03 10:11:02
Done.
| |
160 Adblock-Plus-for-Firefox=Adblock-Plus(-[\d\.]+)?-for-Firefox(-next)? | |
161 | |
158 [formmail] | 162 [formmail] |
159 template=formmail/template/eyeo.mail | 163 template=formmail/template/eyeo.mail |
160 | 164 |
161 [submit_email] | 165 [submit_email] |
162 edge_filename=%(root)s/logs/edge_email_addresses.txt | 166 edge_filename=%(root)s/logs/edge_email_addresses.txt |
163 edge_verification_email_template=submit_email/template/edge_verification.mail | 167 edge_verification_email_template=submit_email/template/edge_verification.mail |
164 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success | 168 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success |
165 | 169 |
166 [send_installation_link] | 170 [send_installation_link] |
167 email_template=send_installation_link/template/adblockbrowser_installation_link. tmpl | 171 email_template=send_installation_link/template/adblockbrowser_installation_link. tmpl |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
201 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 | 205 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 |
202 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome | 206 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
203 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome | 207 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
204 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 | 208 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 |
205 adblockpluscore_repository=%(root)s/hg/adblockpluscore | 209 adblockpluscore_repository=%(root)s/hg/adblockpluscore |
206 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore | 210 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
207 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 | 211 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 |
208 libadblockplus_repository=%(root)s/hg/libadblockplus | 212 libadblockplus_repository=%(root)s/hg/libadblockplus |
209 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus | 213 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
210 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} | 214 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} |
OLD | NEW |