X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=cgi-bin%2Fdispatcher.pl;h=11a1d590a97f3e33c838436550780562d7aa00d2;hp=d67f86d5687808c8df9199bf6cb84012eb9dacc3;hb=24cd19ddaa3a525f82bf389a3f004744a32a0916;hpb=e32efe3b7d7d18a20869ddce071eefdaaa9895ee 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;