New people and groups
authorStephen Gran <steve@lobefin.net>
Wed, 27 Jul 2011 20:51:51 +0000 (21:51 +0100)
committerStephen Gran <steve@lobefin.net>
Wed, 27 Jul 2011 20:51:51 +0000 (21:51 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
config/static/conf.d/contacts.cfg

index 36c9cf0..c5456be 100644 (file)
@@ -177,6 +177,28 @@ define contact{
        host_notification_commands      notify-host-by-email
        email                           faw@debian.org
        }
+define contact{
+       contact_name                    tfheen
+       alias                           Tollef Fog Heen
+       service_notification_period     never
+       host_notification_period        never
+       service_notification_options    n
+       host_notification_options       n
+       service_notification_commands   notify-service-by-email
+       host_notification_commands      notify-host-by-email
+       email                           tfheen@debian.org
+       }
+define contact{
+       contact_name                    paravoid
+       alias                           Faidon Liambotis
+       service_notification_period     never
+       host_notification_period        never
+       service_notification_options    n
+       host_notification_options       n
+       service_notification_commands   notify-service-by-email
+       host_notification_commands      notify-host-by-email
+       email                           paravoid@debian.org
+       }
 
 
 ###############################################################################
@@ -193,7 +215,7 @@ define contact{
 define contactgroup{
         contactgroup_name       dsa
         alias                   Debian System Administrators
-        members                 weasel, zobel, sgran
+        members                 weasel, zobel, sgran, paravoid
         }
 
 define contactgroup{
@@ -201,3 +223,9 @@ define contactgroup{
         alias                   Debian Buildd Admins
         members                 luk, pkern, HE
         }
+
+define contactgroup{
+        contactgroup_name       alioth-admins
+        alias                   Debian Alioth admins
+        members                 sgran, tfheen
+        }