projects
/
deb
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e32efe3
)
dispatcher: Update suite aliases for etch release
author
Frank Lichtenheld
<frank@lichtenheld.de>
Thu, 12 Apr 2007 21:04:11 +0000
(23:04 +0200)
committer
Frank Lichtenheld
<frank@lichtenheld.de>
Thu, 12 Apr 2007 21:04:11 +0000
(23:04 +0200)
cgi-bin/dispatcher.pl
patch
|
blob
|
history
diff --git
a/cgi-bin/dispatcher.pl
b/cgi-bin/dispatcher.pl
index d67f86d5687808c8df9199bf6cb84012eb9dacc3..11a1d590a97f3e33c838436550780562d7aa00d2 100755
(executable)
--- 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;