diff scripts/notify-roundup/notify-roundup.ini @ 4166:fe9b0fdb1790 gsoc-2009

Moved beta-notify to notify-roundup
author Pygi <pygi@users.sourceforge.net>
date Thu, 02 Jul 2009 18:02:46 +0000
parents
children d7e97f0e42f8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/notify-roundup/notify-roundup.ini	Thu Jul 02 18:02:46 2009 +0000
@@ -0,0 +1,48 @@
+; notify-roundup.py configuration file
+
+[main]
+; notify a local or emailed tracker -- 'email' or 'local'
+;mode = email
+mode = local
+
+; change this to detect other issue types
+; multiple issue classes are possible (use regular expression "either" syntax)
+item-class = bug
+; item-class = system
+; item-class = dev|system|network
+
+; only set this if socket.gethostname() doesn't return the host's name as
+; registered with your tracker
+; host = host.name.example
+
+
+
+[local]
+; if notifying a local tracker, configure this variable
+tracker-home = /path/to/your/tracker-home
+
+[email]
+; if notifying a tracker by email, configure these variables
+smtp-host = smtp-host.example
+tracker-address = issues@host.example
+; email-domain is used in conjuntion with the address mappings below
+default-domain = @host.example
+
+[vcs]
+; choose a VCS type -- 'svn' or 'hg'
+;type = hg
+type = svn
+
+[address mappings]
+; map Subversion author names to email addresses that the tracker will
+; recognise. The "email :: default-domain" var will be appended if the
+; address doesn't specify a domain.
+richard = rjones
+; richard = ni@spam.example
+
+; If no mapping is defined for a particular author, we either:
+; 1. use the <Subversion author name>@<default-domain> address or,
+; 2. if a "*" entry is defined under address mappings, then we use
+;    that address as the from address.
+;* = unknown
+

Roundup Issue Tracker: http://roundup-tracker.org/