# HG changeset patch # User Pygi # Date 1246556873 0 # Node ID d31b4c4e19455d19eeb32339b2e4730fb19ff6fa # Parent 5d8246ac6e892183ca58ad9b4682a9df5b4bf943 Add vcs-abstraction in notify-roundup.ini diff -r 5d8246ac6e89 -r d31b4c4e1945 scripts/beta-notify/notify-roundup.ini --- 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