OLD | NEW |
1 [DEFAULT] | 1 [DEFAULT] |
2 root=/server/root/path | 2 root=/server/root/path |
3 hgroot=https://hg.adblockplus.org | 3 hgroot=https://hg.adblockplus.org |
4 mailer=/usr/sbin/sendmail | 4 mailer=/usr/sbin/sendmail |
5 mailerDebug=no | 5 mailerDebug=no |
6 secret=somerandomstringhere | 6 secret=somerandomstringhere |
7 | 7 |
8 [multiplexer] | 8 [multiplexer] |
9 sitescripts.subscriptions.web.fallback = | 9 sitescripts.subscriptions.web.fallback = |
10 sitescripts.crashes.web.submitCrash = | 10 sitescripts.crashes.web.submitCrash = |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 outdir=%(root)s/data/easylist | 139 outdir=%(root)s/data/easylist |
140 cvsroot=:pserver:guest@mozdev.org:/cvs | 140 cvsroot=:pserver:guest@mozdev.org:/cvs |
141 cvsdir=adblockplus/www/easylist | 141 cvsdir=adblockplus/www/easylist |
142 | 142 |
143 [hg] | 143 [hg] |
144 auth_repository=%(root)s/hg/hgaccess | 144 auth_repository=%(root)s/hg/hgaccess |
145 auth_file=%(root)s/.ssh/.ssh/authorized_keys | 145 auth_file=%(root)s/.ssh/.ssh/authorized_keys |
146 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc | 146 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc |
147 issue_url_template=https://issues.adblockplus.org/ticket/{id} | 147 issue_url_template=https://issues.adblockplus.org/ticket/{id} |
148 | 148 |
149 [hg_module_milestones] | |
150 Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)? | |
151 Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)? | |
152 | |
153 [formmail] | 149 [formmail] |
154 test.csv_log = /var/log/something.csv_log | 150 test.csv_log = /var/log/something.csv_log |
155 test.url=test/apply/submit | 151 test.url=test/apply/submit |
156 test.template=formmail/test/template/test.mail | 152 test.template=formmail/test/template/test.mail |
157 test.fields.email=mandatory, email | 153 test.fields.email=mandatory, email |
158 test.fields.email.mandatory=You failed the email test | 154 test.fields.email.mandatory=You failed the email test |
159 test.fields.email.email=You failed the email validation | 155 test.fields.email.email=You failed the email validation |
160 test.fields.non_mandatory_email=email | 156 test.fields.non_mandatory_email=email |
161 test.fields.non_mandatory_message= | 157 test.fields.non_mandatory_message= |
162 test.fields.mandatory=mandatory | 158 test.fields.mandatory=mandatory |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 | 190 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 |
195 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome | 191 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
196 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome | 192 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
197 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1 | 193 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1 |
198 adblockpluscore_repository=%(root)s/hg/adblockpluscore | 194 adblockpluscore_repository=%(root)s/hg/adblockpluscore |
199 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore | 195 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
200 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 | 196 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 |
201 libadblockplus_repository=%(root)s/hg/libadblockplus | 197 libadblockplus_repository=%(root)s/hg/libadblockplus |
202 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus | 198 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
203 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} | 199 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} |
OLD | NEW |