r6 - in /svnhooks: ./ post-commit svnmailer.conf

adeodato at users.alioth.debian.org adeodato at users.alioth.debian.org
Tue Jan 15 17:18:36 UTC 2008


Author: adeodato
Date: Tue Jan 15 17:18:36 2008
New Revision: 6

URL: http://svn.debian.org/wsvn/dep/?sc=1&rev=6
Log:
Use svn-mailer to send commit emails.

Added:
    svnhooks/post-commit   (with props)
    svnhooks/svnmailer.conf
Modified:
    svnhooks/   (props changed)

Propchange: svnhooks/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jan 15 17:18:36 2008
@@ -1,0 +1,1 @@
+post-commit.ikiwiki

Added: svnhooks/post-commit
URL: http://svn.debian.org/wsvn/dep/svnhooks/post-commit?rev=6&op=file
==============================================================================
--- svnhooks/post-commit (added)
+++ svnhooks/post-commit Tue Jan 15 17:18:36 2008
@@ -1,0 +1,6 @@
+#! /bin/sh
+
+set -e
+
+/usr/bin/svn-mailer --commit --config "$1/hooks/svnmailer.conf" --repository "$1" --revision "$2" &
+/svn/dep/hooks/post-commit.ikiwiki

Propchange: svnhooks/post-commit
------------------------------------------------------------------------------
    svn:executable = *

Added: svnhooks/svnmailer.conf
URL: http://svn.debian.org/wsvn/dep/svnhooks/svnmailer.conf?rev=6&op=file
==============================================================================
--- svnhooks/svnmailer.conf (added)
+++ svnhooks/svnmailer.conf Tue Jan 15 17:18:36 2008
@@ -1,0 +1,14 @@
+# http://opensource.perlig.de/svnmailer/doc-1.0/
+[general]
+sendmail_command = /usr/sbin/sendmail
+
+[defaults]
+to_addr = dep-commits at lists.alioth.debian.org
+from_addr = %(author)s at users.alioth.debian.org
+
+long_mail_action = 1000000 showurls/truncate
+browser_base_url = websvn http://svn.debian.org/wsvn/dep
+
+apply_charset_property = yes
+mail_transfer_encoding = 8bit
+generate_diffs = add copy modify propchange 




More information about the dep-commits mailing list