]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/Debian.pl
quote typo@18,default==unstable
[infobot.git] / src / Modules / Debian.pl
index 7652c8cf20be9c2933df57ab39bd40338b6a6996..646df02d1c787d14d3ee795e2f297394fa55ef03 100644 (file)
@@ -11,10 +11,10 @@ use strict;
 
 # format: "alias=real".
 my $announce   = 0;
-my $defaultdist        = "woody";
+my $defaultdist        = "unstable";
 my %dists      = (
        "unstable"      => "sid",
-       "testing"       => "woody     # new since 20001219.
+       "testing"       => "woody",     # new since 20001219.
        "stable"        => "potato",
        "incoming"      => "incoming",
 ### the following don't work. too much effort to get 3 types of distros