]> git.donarmstrong.com Git - wannabuild.git/blobdiff - etc/wanna-build.conf.local
fix last commit
[wannabuild.git] / etc / wanna-build.conf.local
index 95d4efbde9c35a1a73245bcbb7926264995b6692..7cea357c4b2418430ec81dac672f4df89dc02c21 100644 (file)
@@ -16,7 +16,7 @@ $db_maint = "wb-team\@buildd.debian.org";
 
 # mail address of not-for-us maintainer (informed about Not-For-Us state
 # changes)
-$notforus_maint = "rmurray-wanna-build";
+$notforus_maint = "notforus\@buildd.debian.org";
 
 # mail address for logs of all state changes
 #$log_mail = "m68k-changes\@nocrew.org";
@@ -24,6 +24,9 @@ $notforus_maint = "rmurray-wanna-build";
 # where to send wanna-build statistics mails
 $stat_mail = "wb-team\@buildd.debian.org";
 
+# mail domain under which the buildds can be reached
+$buildd_domain = "buildd.debian.org";
+
 # file to publish statistics over WWW (optional)
 #$web_stats = "/var/www/buildd/stats.txt";
 
@@ -50,15 +53,5 @@ $quinn_source_multi_section = 0;
 
 @admin_users = qw(wbadm);
 
-%distributions = (
-        "unstable" => { },
-        "testing" => { },
-        "testing-security" => { noadw => 1, hidden => 1 },
-        "stable" => { },
-        "stable-security" => { noadw => 1, hidden => 1 },
-        "oldstable" => { },
-        "oldstable-security" => { noadw => 1, hidden => 1 },
-);
-
 # don't remove this, Perl needs it:
 1;