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

Delta Between Two Patch Sets: .sitescripts.example

Issue 29339623: Issue 3681 - Add suport for "Fixes XXXX - ..." commit messages (Closed)
Left Patch Set: Created April 8, 2016, 7:32 p.m.
Right Patch Set: Fix Strunk+White violations Created May 18, 2016, 8:29 a.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/README.md » ('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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
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] 158 [hg_module_milestones]
159 platform=Adblock-Plus(-[\d\.]+)?-for-Chrome-Opera-Safari(-next)? 159 Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)?
160 Adblock-Plus-for-Firefox=Adblock-Plus(-[\d\.]+)?-for-Firefox(-next)? 160 Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)?
161 161
162 [formmail] 162 [formmail]
163 template=formmail/template/eyeo.mail 163 template=formmail/template/eyeo.mail
164 164
165 [submit_email] 165 [submit_email]
166 edge_filename=%(root)s/logs/edge_email_addresses.txt 166 edge_filename=%(root)s/logs/edge_email_addresses.txt
167 edge_verification_email_template=submit_email/template/edge_verification.mail 167 edge_verification_email_template=submit_email/template/edge_verification.mail
168 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success 168 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success
169 169
170 [send_installation_link] 170 [send_installation_link]
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 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
206 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 206 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
207 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 207 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
208 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
209 adblockpluscore_repository=%(root)s/hg/adblockpluscore 209 adblockpluscore_repository=%(root)s/hg/adblockpluscore
210 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 210 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
211 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 211 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
212 libadblockplus_repository=%(root)s/hg/libadblockplus 212 libadblockplus_repository=%(root)s/hg/libadblockplus
213 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 213 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
214 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}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld