]> git.donarmstrong.com Git - infobot.git/commitdiff
new dist naming
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 7 Nov 2002 06:17:41 +0000 (06:17 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 7 Nov 2002 06:17:41 +0000 (06:17 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@605 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/Modules/Debian.pl

index d4f1576e9876f5f8cdcb5bc277048b618783e0a5..d963a973d7a99d57cef969936ed92ff8de131fb3 100644 (file)
@@ -28,8 +28,9 @@ my $debian_dir        = "$::bot_state_dir/debian";
 ### new... the right way.
 my %dists      = (
        "unstable"      => "sid",
-       "testing"       => "woody",     # new since 20001219.
-       "stable"        => "potato",
+       "testing"       => "sarge",     # new since 20020719.
+       "stable"        => "woody",
+       "old-stable"    => "potato",
        "incoming"      => "incoming",
 );