From: timriker Date: Thu, 7 Nov 2002 06:17:41 +0000 (+0000) Subject: new dist naming X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=893ff12025bcca3dfe07a45903e5051c9a78b2a3;p=infobot.git new dist naming git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@605 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Modules/Debian.pl b/blootbot/src/Modules/Debian.pl index d4f1576..d963a97 100644 --- a/blootbot/src/Modules/Debian.pl +++ b/blootbot/src/Modules/Debian.pl @@ -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", );