Mercurial > p > roundup > code
comparison scripts/beta-notify/notify-roundup.ini @ 4162:5d8246ac6e89 gsoc-2009
Added beta notify development dir
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Thu, 02 Jul 2009 17:45:36 +0000 |
| parents | |
| children | d31b4c4e1945 |
comparison
equal
deleted
inserted
replaced
| 4161:8b381ee4e15e | 4162:5d8246ac6e89 |
|---|---|
| 1 ; notify-roundup.py configuration file | |
| 2 | |
| 3 [main] | |
| 4 ; notify a local or emailed tracker -- 'email' or 'local' | |
| 5 ;mode = email | |
| 6 mode = local | |
| 7 | |
| 8 ; change this to detect other issue types | |
| 9 ; multiple issue classes are possible (use regular expression "either" syntax) | |
| 10 item-class = bug | |
| 11 ; item-class = system | |
| 12 ; item-class = dev|system|network | |
| 13 | |
| 14 ; only set this if socket.gethostname() doesn't return the host's name as | |
| 15 ; registered with your tracker | |
| 16 ; host = host.name.example | |
| 17 | |
| 18 [local] | |
| 19 ; if notifying a local tracker, configure this variable | |
| 20 tracker-home = /path/to/your/tracker-home | |
| 21 | |
| 22 [email] | |
| 23 ; if notifying a tracker by email, configure these variables | |
| 24 smtp-host = smtp-host.example | |
| 25 tracker-address = issues@host.example | |
| 26 ; email-domain is used in conjuntion with the address mappings below | |
| 27 default-domain = @host.example | |
| 28 | |
| 29 [address mappings] | |
| 30 ; map Subversion author names to email addresses that the tracker will | |
| 31 ; recognise. The "email :: default-domain" var will be appended if the | |
| 32 ; address doesn't specify a domain. | |
| 33 richard = rjones | |
| 34 ; richard = ni@spam.example | |
| 35 | |
| 36 ; If no mapping is defined for a particular author, we either: | |
| 37 ; 1. use the <Subversion author name>@<default-domain> address or, | |
| 38 ; 2. if a "*" entry is defined under address mappings, then we use | |
| 39 ; that address as the from address. | |
| 40 ;* = unknown | |
| 41 |
