Make mailer.py send to NNTP and match logmsg on regex
From: Lars Gullik Bjønnes <lgb_at_tandberg.com>
Date: Tue, 14 Apr 2009 19:42:08 +0200
This is a rather dirty patch (mailer.py did not lend itself to
For nntp handling:
nntp_hostname - the nntp server to send to
For bug/regex handling (f.ex. for sending to bugzilla):
bug_regex - the regex to match on
The matching bug_reges should have one group that matches on bug id,
commit_subject_prefix = [Bug %(bugid)s] [%(repo)s]
If there are interest in cleaning this up for inclusion in subversion
------------------------------------------------------
This is a rather dirty patch (mailer.py did not lend itself to
For nntp handling:
nntp_hostname - the nntp server to send to
For bug/regex handling (f.ex. for sending to bugzilla):
bug_regex - the regex to match on
The matching bug_reges should have one group that matches on bug id,
commit_subject_prefix = [Bug %(bugid)s] [%(repo)s]
If there are interest in cleaning this up for inclusion in subversion
------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.