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

Delta Between Two Patch Sets: .sitescripts.example

Issue 29336790: Issue 3674 - Add a hg hook that references commits in issues (Closed)
Left Patch Set: Created Feb. 22, 2016, 10:40 a.m.
Right Patch Set: Don't use RegexObject.match Created Feb. 23, 2016, 9:39 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
« no previous file with change/comment | « no previous file | sitescripts/hg/bin/update_issues.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 [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
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 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} 167 issue_url_template=https://issues.adblockplus.org/ticket/{id}
169 168
170 [formmail] 169 [formmail]
171 template=formmail/template/eyeo.mail 170 template=formmail/template/eyeo.mail
172 171
173 [submit_email] 172 [submit_email]
174 edge_filename=%(root)s/logs/edge_email_addresses.txt 173 edge_filename=%(root)s/logs/edge_email_addresses.txt
175 edge_verification_email_template=submit_email/template/edge_verification.mail 174 edge_verification_email_template=submit_email/template/edge_verification.mail
176 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success 175 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success
177 176
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 212 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
214 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 213 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
215 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 214 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
216 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 215 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
217 adblockpluscore_repository=%(root)s/hg/adblockpluscore 216 adblockpluscore_repository=%(root)s/hg/adblockpluscore
218 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 217 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
219 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 218 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
220 libadblockplus_repository=%(root)s/hg/libadblockplus 219 libadblockplus_repository=%(root)s/hg/libadblockplus
221 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 220 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
222 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} 221 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld