From d3faaba2ad8c02cdf10e1a9698592afc6ed928bc Mon Sep 17 00:00:00 2001 From: dondelelcaro Date: Fri, 19 Oct 2007 06:35:09 +0000 Subject: [PATCH] * Try updating Debian.pl again git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1562 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Debian.pl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Modules/Debian.pl b/src/Modules/Debian.pl index 2c22f6a..4dfadfb 100644 --- a/src/Modules/Debian.pl +++ b/src/Modules/Debian.pl @@ -24,18 +24,16 @@ my $protocol = 'http'; # format: "alias=real". my %dists = ( 'unstable' => 'sid', - 'testing' => 'etch', - 'stable' => 'sarge', + 'testing' => 'lenny', + 'stable' => 'etch', 'experimental' => 'experimental', - 'oldstable' => 'woody', + 'oldstable' => 'sarge', 'incoming' => 'incoming', - woody => 'woody', ); my %archived_dists = ( -# woody => 'woody', + woody => 'woody', potato => 'potato', -# oldstable => 'woody', hamm => 'hamm', buzz => 'buzz', bo => 'bo', -- 2.39.2