]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
Also switch xt-guess-suite-and-mirror's fallback to http.debian.net
authorAxel Beckert <abe@deuxchevaux.org>
Fri, 25 Jan 2013 16:34:39 +0000 (17:34 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Fri, 25 Jan 2013 16:34:39 +0000 (17:34 +0100)
bin/xt-guess-suite-and-mirror

index ea9abb6500c593c7f2f9a0d315a80f2dc8d094a1..7720771139584a1ae953e19bdbffa6dfc4ed06f6 100755 (executable)
@@ -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"