[Collab-maint-devel] r120 - /lib/trunk/hooks/svnmailer.conf

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Wed Apr 19 14:41:22 UTC 2006


Author: hertzog
Date: Wed Apr 19 14:41:20 2006
New Revision: 120

URL: http://svn.debian.org/wsvn/?sc=1&rev=120
Log:
More improvements and examples.

Modified:
    lib/trunk/hooks/svnmailer.conf

Modified: lib/trunk/hooks/svnmailer.conf
URL: http://svn.debian.org/wsvn/lib/trunk/hooks/svnmailer.conf?rev=120&op=diff
==============================================================================
--- lib/trunk/hooks/svnmailer.conf (original)
+++ lib/trunk/hooks/svnmailer.conf Wed Apr 19 14:41:20 2006
@@ -7,30 +7,53 @@
 # Mail is sent with alioth account of the person who committed
 # You can change that by a mailing list if you prefer
 from_addr = %(author)s at users.alioth.debian.org
+
 # Include WebSvn URL in mails
 browser_base_url = websvn http://svn.debian.org/wsvn/%(project)s
+
+# Configuration concerning mails sent
 long_mail_action = 1000000 showurls/truncate
 apply_charset_property = yes
+
+# Why QP encode by default ? I prefer 8 bit. Just disable next line to
+# have QP. Other possibility: base64
+mail_transfer_encoding = 8bit
+
+# If you want diff as attachment, decomment the next line
+#mail_type = multipart type=text/x-diff
+
 # Generate diffs for the following changes (only delete do not generate
 # diff, but they are noted in the mail).
 generate_diffs = add copy modify propchange 
-# Why QP encode by default ? I prefer 8 bit. Just disable next line to
-# have QP. Other possibility: base64
-mail_transfer_encoding = 8bit
+
+# Use external diff instead of difflib (the second example ignores
+# whitespace changes)
+# diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s %(from)s %(to)s
+# diff_command = /usr/bin/diff -ubBwp -L %(label_from)s -L %(label_to)s %(from)s %(to)s
+
 # You can set a reply-to if you want
 #reply_to_addr = mailinglist at lists.alioth.debian.org
-# This is not needed but show as example
+
+# This is not needed but shown as example
 #custom_header = X-PTS-Approved: yes
+
+# CIA server (useful to link with IRC bots)
+#cia_rpc_server = http://cia.navi.cx
+#cia_project_name = Debian Project
+#cia_project_module = %(project)s
+#cia_project_branch = 
 
 [bysource]
 # This matches any SVN repo on svn.debian.org and extract the
 # alioth project name
 for_repos = (.*/|)svn/(?P<project>[^/]+)$
+
 # The following regex needs to be adapted following the structure of
 # the repository. You should extend it to match experimental (or similar)
 # branches that you may have in a special directory. It extracts the
 # source package name
 for_paths = packages/(?P<package>[^/]+)/
+
 # Send to the PTS of the source package. Add any general commit list that
 # you have for the project.
 bcc_addr = %(package)s_cvs at packages.qa.debian.org
@@ -38,6 +61,7 @@
 # If you want to send the diff to a mailing list as well, just enable
 # decomment the next line and comment the to_fake above
 #to_addr = <generic commit email>
+
 show_nonmatching_paths = ignore
 #commit_subject_template = %(prefix)s r%(revision)s %(part)s - %(files/dirs)s
 #commit_subject_prefix = svn commit: 




More information about the Collab-maint-devel mailing list