]> git.donarmstrong.com Git - wannabuild.git/commitdiff
etc/wanna-build.conf.local: %distributions is now pulled from the database
authorPhilipp Kern <pkern@debian.org>
Mon, 7 Feb 2011 15:39:48 +0000 (15:39 +0000)
committerPhilipp Kern <pkern@debian.org>
Mon, 7 Feb 2011 15:39:48 +0000 (15:39 +0000)
etc/wanna-build.conf.local

index 7a06956077a222e62922af6d65d82ff421a52f98..7cea357c4b2418430ec81dac672f4df89dc02c21 100644 (file)
@@ -53,29 +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 },
-        "experimental" => { },
-
-       "unstable-non-free" => { noadw => 1 },
-
-       "lenny-volatile" => { noadw => 1 },
-       "etch-volatile" => { noadw => 1 },
-
-       "lenny-backports" => { },
-       "etch-backports" => { },
-       "squeeze-backports" => { },
-
-       "squeeze-edu" => { noadw => 1 },
-       "lenny-edu" => { noadw => 1 },
-       "etch-edu" => { noadw => 1 },
-);
-
 # don't remove this, Perl needs it:
 1;