1
0
mirror of synced 2026-01-30 05:04:00 +00:00

Also switch xt-guess-suite-and-mirror's fallback to http.debian.net

This commit is contained in:
Axel Beckert
2013-01-25 17:34:39 +01:00
parent c409759745
commit dfa32a97ca

View File

@@ -55,9 +55,9 @@ full text of the license.
# Fallback to Debian or Ubuntu in case we can't find anything
my $fallback = 'Debian';
# Which mirrors to use if everything else fails (cdn.debian.net uses
# GeoIP, see http://wiki.debian.org/DebianGeoMirror)
my %fallback_mirror = ( Debian => 'http://cdn.debian.net/debian/',
# Which mirrors to use if everything else fails (http.debian.net
# redirects to a working mirror nearby)
my %fallback_mirror = ( Debian => 'http://http.debian.net/debian/',
Ubuntu => 'http://archive.ubuntu.com/ubuntu/' );
# Which suite to use if everything else fails. For Debian "stable"