1
0
mirror of synced 2026-05-01 06:08:37 +00:00

Use http.debian.net as default Debian mirror if no mirror is given

... i.e. if even xt-guess-suite-and-mirror is not used.
This commit is contained in:
Axel Beckert
2013-01-25 17:06:28 +01:00
parent f2d30eaa63
commit dbb9124666
2 changed files with 3 additions and 1 deletions

View File

@@ -1323,7 +1323,7 @@ sub setupDefaultOptions
# Initialize per distribution mirror defaults: Debian
foreach my $debdist (qw(squeeze wheezy jessie sid testing oldstable stable unstable)) {
$CONFIG{ 'mirror_'.$debdist } = $CONFIG{ 'mirror' }
$CONFIG{ 'mirror_'.$debdist } = 'http://http.debian.net/debian';
}
foreach my $debdist (qw(sarge etch lenny)) {
$CONFIG{ 'mirror_'.$debdist } = 'http://archive.debian.org/debian-archive/debian';