From 893ff12025bcca3dfe07a45903e5051c9a78b2a3 Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 7 Nov 2002 06:17:41 +0000 Subject: [PATCH] new dist naming git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@605 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/Debian.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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", ); -- 2.39.5