From: Frank Lichtenheld Date: Thu, 12 Apr 2007 21:04:11 +0000 (+0200) Subject: dispatcher: Update suite aliases for etch release X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=24cd19ddaa3a525f82bf389a3f004744a32a0916 dispatcher: Update suite aliases for etch release --- diff --git a/cgi-bin/dispatcher.pl b/cgi-bin/dispatcher.pl index d67f86d..11a1d59 100755 --- a/cgi-bin/dispatcher.pl +++ b/cgi-bin/dispatcher.pl @@ -119,9 +119,9 @@ if (my $path = $input->path_info() || $input->param('PATH_INFO')) { } my %SUITES = map { $_ => 1 } @SUITES; - my %SUITES_ALIAS = ( woody => 'oldstable', - sarge => 'stable', - etch => 'testing', + my %SUITES_ALIAS = ( sarge => 'oldstable', + etch => 'stable', + lenny => 'testing', sid => 'unstable', ); my %SECTIONS = map { $_ => 1 } @SECTIONS; my %ARCHIVES = map { $_ => 1 } @ARCHIVES;