]> git.donarmstrong.com Git - infobot.git/commitdiff
quote typo@18,default==unstable
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 10 Jan 2001 14:54:40 +0000 (14:54 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 10 Jan 2001 14:54:40 +0000 (14:54 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@234 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/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