From f3d1950c6f37e370624226ab54e82085a4f1a384 Mon Sep 17 00:00:00 2001 From: simonraven Date: Sun, 29 Apr 2007 18:47:15 +0000 Subject: [PATCH] update Debian.pl for etch release git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1342 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Debian.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Modules/Debian.pl b/src/Modules/Debian.pl index 69c7b21..0e2eaf5 100644 --- a/src/Modules/Debian.pl +++ b/src/Modules/Debian.pl @@ -21,9 +21,9 @@ my $protocol = 'http'; # format: "alias=real". my %dists = ( 'unstable' => 'sid', - 'testing' => 'etch', - 'stable' => 'sarge', - 'oldstable' => 'woody', + 'testing' => 'lenny', + 'stable' => 'etch', + 'oldstable' => 'sarge', 'incoming' => 'incoming', ); -- 2.39.5