Default mirror for Sarge (and soon Etch, too) is archive.debian.org
This commit is contained in:
@@ -1215,9 +1215,12 @@ sub setupDefaultOptions
|
||||
$CONFIG{ 'mirror' } = 'http://ftp.us.debian.org/debian';
|
||||
|
||||
# Initialize per distribution mirror defaults: Debian
|
||||
foreach my $debdist (qw(sarge etch lenny squeeze sid testing stable unstable)) {
|
||||
foreach my $debdist (qw(etch lenny squeeze sid testing stable unstable)) {
|
||||
$CONFIG{ 'mirror_'.$debdist } = $CONFIG{ 'mirror' }
|
||||
}
|
||||
foreach my $debdist (qw(sarge)) {
|
||||
$CONFIG{ 'mirror_'.$debdist } = 'http://archive.debian.org/debian';
|
||||
}
|
||||
# Initialize per distribution mirror defaults: Ubuntu
|
||||
foreach my $ubuntudist (qw(feisty gutsy hardy intrepid jaunty karmic lucid maverick)) {
|
||||
$CONFIG{ 'mirror_'.$ubuntudist } = 'http://archive.ubuntu.com/ubuntu';
|
||||
|
||||
Reference in New Issue
Block a user