Mercurial > p > roundup > code
changeset 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 |
| files | scripts/beta-notify/notify-roundup.ini |
| diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/beta-notify/notify-roundup.ini Thu Jul 02 17:45:36 2009 +0000 +++ b/scripts/beta-notify/notify-roundup.ini Thu Jul 02 17:47:53 2009 +0000 @@ -15,6 +15,8 @@ ; registered with your tracker ; host = host.name.example + + [local] ; if notifying a local tracker, configure this variable tracker-home = /path/to/your/tracker-home @@ -26,6 +28,11 @@ ; email-domain is used in conjuntion with the address mappings below default-domain = @host.example +[vcs] +; choose a VCS type -- 'svn' or 'hg' +;mode = hg +mode = 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
