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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/hg/bin/update_issues.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
===================================================================
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -158,16 +158,18 @@
malwaredomains_repository=%(root)s/hg/malwaredomains
outdir=%(root)s/data/easylist
cvsroot=:pserver:guest@mozdev.org:/cvs
cvsdir=adblockplus/www/easylist
[hg]
auth_repository=%(root)s/hg/hgaccess
auth_file=%(root)s/.ssh/.ssh/authorized_keys
+trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc
+issue_url_template=https://issues.adblockplus.org/ticket/{id}
[formmail]
template=formmail/template/eyeo.mail
[submit_email]
edge_filename=%(root)s/logs/edge_email_addresses.txt
edge_verification_email_template=submit_email/template/edge_verification.mail
successful_verification_redirect_location=https://adblockplus.org/{lang}/verification-success
« 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