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

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Wed Apr 19 15:49:39 UTC 2006


Author: hertzog
Date: Wed Apr 19 15:49:39 2006
New Revision: 122

URL: http://svn.debian.org/wsvn/?sc=1&rev=122
Log:
Indicate which part may surely need to be customized.

Modified:
    lib/trunk/hooks/svnmailer.conf

Modified: lib/trunk/hooks/svnmailer.conf
URL: http://svn.debian.org/wsvn/lib/trunk/hooks/svnmailer.conf?rev=122&op=diff
==============================================================================
--- lib/trunk/hooks/svnmailer.conf (original)
+++ lib/trunk/hooks/svnmailer.conf Wed Apr 19 15:49:39 2006
@@ -52,6 +52,8 @@
 # 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
+# TODO: Check and customize this one if needed, the "(?P<package>[^/]+)"
+# must match to the source package name (and *only* a valid source package)
 for_paths = packages/(?P<package>[^/]+)/
 
 # Send to the PTS of the source package. Add any general commit list that
@@ -66,8 +68,8 @@
 #commit_subject_template = %(prefix)s r%(revision)s %(part)s - %(files/dirs)s
 #commit_subject_prefix = svn commit: 
 
-[otherstuff]
-# This section is used to send diff that do not match any particular
+#[otherstuff]
+# This section can be used to send diff that do not match any particular
 # package
-ignore_if_other_matches = yes
+#ignore_if_other_matches = yes
 #to_addr = <generic commit email>




More information about the Collab-maint-devel mailing list