From: simonraven Date: Sun, 29 Apr 2007 18:47:15 +0000 (+0000) Subject: update Debian.pl for etch release X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f3d1950c6f37e370624226ab54e82085a4f1a384;p=infobot.git 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 --- 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', );