[Pkg-drupal-commits] r1741 - /hooks/svn-mail.conf

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Fri Jan 26 21:19:51 CET 2007


Author: luigi
Date: Fri Jan 26 21:19:51 2007
New Revision: 1741

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=1741
Log:
Sync svnmailer with real configuration svn.debian.org

Modified:
    hooks/svn-mail.conf

Modified: hooks/svn-mail.conf
URL: http://svn.debian.org/wsvn/pkg-drupal/hooks/svn-mail.conf?rev=1741&op=diff
==============================================================================
--- hooks/svn-mail.conf (original)
+++ hooks/svn-mail.conf Fri Jan 26 21:19:51 2007
@@ -10,10 +10,29 @@
 sendmail_command = /usr/sbin/sendmail
 
 [defaults]
-for_repos = .*
+for_repos = (.*/|)svn/(?P<project>[^/]+)$
+from_addr = %(author)s at users.alioth.debian.org
+browser_base_url = websvn http://svn.debian.org/wsvn/%(project)s
+long_mail_action = 1000000 showurls/truncate
+apply_charset_property = yes
+mail_transfer_encoding = 8bit
+generate_diffs = add copy modify propchange 
+reply_to_addr = pkg-drupal-devel at lists.alioth.debian.org
+
+[pkg-drupal-commits]
 to_addr = pkg-drupal-commits at lists.alioth.debian.org
-diff_command = /usr/bin/diff -ubBw -L %(label_from)s -L %(label_to)s %(from)s %(to)s
-browser_base_url = websvn http://svn.debian.org/wsvn/pkg-drupal/
-mail_type = multipart type=text/x-diff
+
+[pts commit notifications for drupal]
+for_paths = branches/drupal-4.7/
+show_nonmatching_paths = ignore
+bcc_addr = drupal_cvs at packages.qa.debian.org
+to_fake = drupal at packages.qa.debian.org
+
+; Not enabled: drupal-5.0 is not in the archive yet
+;[pts commit notifications for drupal-5.0]
+;for_paths = branches/drupal-5.0/
+;show_nonmatching_paths = ignore
+;bcc_addr = drupal-5.0_cvs at packages.qa.debian.org
+;to_fake = drupal-5.0 at packages.qa.debian.org
 
 ; vim:set ft=dosini:




More information about the Pkg-drupal-commits mailing list