[Pkg-xfce-commits] r543 - / hooks

Simon Huggins huggie at costa.debian.org
Fri Apr 21 11:20:39 UTC 2006


Author: huggie
Date: 2006-04-21 11:20:38 +0000 (Fri, 21 Apr 2006)
New Revision: 543

Added:
   hooks/
   hooks/svnmailer.conf
Log:
Add the svnmailer magic to test for the PTS


Added: hooks/svnmailer.conf
===================================================================
--- hooks/svnmailer.conf	2006-04-19 11:21:42 UTC (rev 542)
+++ hooks/svnmailer.conf	2006-04-21 11:20:38 UTC (rev 543)
@@ -0,0 +1,81 @@
+# svn-mailer configuration file
+# Documentation: http://opensource.perlig.de/svnmailer/doc-1.0/
+[general]
+sendmail_command = /usr/sbin/sendmail
+# The next line can be used to test the setup
+#debug_all_mails_to = mylogin at debian.org
+# Or you can test it interactively with the --debug option
+# export REPOS=/svn/<project>
+# export REV=<last SVN revision>
+# /usr/bin/svn-mailer --debug --commit --config "$REPOS/hooks/svnmailer.conf" --repository "$REPOS" --revision "$REV"
+
+[defaults]
+# Mail is sent with alioth account of the person who committed
+# You can change that by a mailing list if you prefer
+from_addr = pkg-xfce-devel at lists.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 
+
+# 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 = pkg-xfce-devel at lists.alioth.debian.org
+
+# 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
+# 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 = (desktop/trunk|goodies)/(?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
+to_fake = %(package)s at packages.qa.debian.org
+# 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: 
+
+#[otherstuff]
+# This section can be used to send diff that do not match any particular
+# package
+#ignore_if_other_matches = yes
+#to_addr = <generic commit email>




More information about the Pkg-xfce-commits mailing list