]> git.deb.at Git - deb/packages.git/commitdiff
dispatcher: Update suite aliases for etch release
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 21:04:11 +0000 (23:04 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 21:04:11 +0000 (23:04 +0200)
cgi-bin/dispatcher.pl

index d67f86d5687808c8df9199bf6cb84012eb9dacc3..11a1d590a97f3e33c838436550780562d7aa00d2 100755 (executable)
@@ -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;