Mercurial > p > roundup > code
comparison scripts/beta-notify/notify-roundup.ini @ 4163:d31b4c4e1945 gsoc-2009
Add vcs-abstraction in notify-roundup.ini
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Thu, 02 Jul 2009 17:47:53 +0000 |
| parents | 5d8246ac6e89 |
| children | 6750b2dae53e |
comparison
equal
deleted
inserted
replaced
| 4162:5d8246ac6e89 | 4163:d31b4c4e1945 |
|---|---|
| 13 | 13 |
| 14 ; only set this if socket.gethostname() doesn't return the host's name as | 14 ; only set this if socket.gethostname() doesn't return the host's name as |
| 15 ; registered with your tracker | 15 ; registered with your tracker |
| 16 ; host = host.name.example | 16 ; host = host.name.example |
| 17 | 17 |
| 18 | |
| 19 | |
| 18 [local] | 20 [local] |
| 19 ; if notifying a local tracker, configure this variable | 21 ; if notifying a local tracker, configure this variable |
| 20 tracker-home = /path/to/your/tracker-home | 22 tracker-home = /path/to/your/tracker-home |
| 21 | 23 |
| 22 [email] | 24 [email] |
| 23 ; if notifying a tracker by email, configure these variables | 25 ; if notifying a tracker by email, configure these variables |
| 24 smtp-host = smtp-host.example | 26 smtp-host = smtp-host.example |
| 25 tracker-address = issues@host.example | 27 tracker-address = issues@host.example |
| 26 ; email-domain is used in conjuntion with the address mappings below | 28 ; email-domain is used in conjuntion with the address mappings below |
| 27 default-domain = @host.example | 29 default-domain = @host.example |
| 30 | |
| 31 [vcs] | |
| 32 ; choose a VCS type -- 'svn' or 'hg' | |
| 33 ;mode = hg | |
| 34 mode = svn | |
| 28 | 35 |
| 29 [address mappings] | 36 [address mappings] |
| 30 ; map Subversion author names to email addresses that the tracker will | 37 ; map Subversion author names to email addresses that the tracker will |
| 31 ; recognise. The "email :: default-domain" var will be appended if the | 38 ; recognise. The "email :: default-domain" var will be appended if the |
| 32 ; address doesn't specify a domain. | 39 ; address doesn't specify a domain. |
