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

Side by Side Diff: .sitescripts.example

Issue 29336790: Issue 3674 - Add a hg hook that references commits in issues (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | sitescripts/hg/bin/update_issues.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
167 issue_url_template=https://issues.adblockplus.org/ticket/{id}
166 168
167 [formmail] 169 [formmail]
168 template=formmail/template/eyeo.mail 170 template=formmail/template/eyeo.mail
169 171
170 [submit_email] 172 [submit_email]
171 edge_filename=%(root)s/logs/edge_email_addresses.txt 173 edge_filename=%(root)s/logs/edge_email_addresses.txt
172 edge_verification_email_template=submit_email/template/edge_verification.mail 174 edge_verification_email_template=submit_email/template/edge_verification.mail
173 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success 175 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success
174 176
175 [send_installation_link] 177 [send_installation_link]
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 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
211 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 213 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
212 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 214 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
213 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
214 adblockpluscore_repository=%(root)s/hg/adblockpluscore 216 adblockpluscore_repository=%(root)s/hg/adblockpluscore
215 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 217 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
216 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 218 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
217 libadblockplus_repository=%(root)s/hg/libadblockplus 219 libadblockplus_repository=%(root)s/hg/libadblockplus
218 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 220 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
219 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}
OLDNEW
« no previous file with comments | « no previous file | sitescripts/hg/bin/update_issues.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld