Mercurial > p > roundup > code
changeset 4150:c61d27417d94 gsoc-2009
Added sample notify-roundup configuration without my config :P
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Thu, 02 Jul 2009 11:16:47 +0000 |
| parents | 15bcdc202ed8 |
| children | 2c6cc377022c |
| files | scripts/notify-roundup/notify-roundup.ini |
| diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/notify-roundup/notify-roundup.ini Thu Jul 02 11:15:49 2009 +0000 +++ b/scripts/notify-roundup/notify-roundup.ini Thu Jul 02 11:16:47 2009 +0000 @@ -7,7 +7,7 @@ ; change this to detect other issue types ; multiple issue classes are possible (use regular expression "either" syntax) -item-class = task|bug +item-class = issue ; item-class = system ; item-class = dev|system|network @@ -17,7 +17,7 @@ [local] ; if notifying a local tracker, configure this variable -tracker-home = /home/mario/Projects/mojtest/demo +tracker-home = /path/to/your/tracker-home [email] ; if notifying a tracker by email, configure these variables @@ -30,10 +30,8 @@ ; 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 = rjones ; richard = ni@spam.example -mario = roundup-admin1@localhost -admin = roundup-admin@localhost ; If no mapping is defined for a particular author, we either: ; 1. use the <Subversion author name>@<default-domain> address or,
