]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
Also use http.debian.net as default mirror for the debian-archive
authorAxel Beckert <abe@deuxchevaux.org>
Fri, 25 Jan 2013 16:09:54 +0000 (17:09 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Fri, 25 Jan 2013 16:09:54 +0000 (17:09 +0100)
bin/xen-create-image

index 6ec46058729d516006f18bd946fb73c4b8143c9f..df84fad00d085d236506b6df2774e053d954834e 100755 (executable)
@@ -1326,7 +1326,7 @@ sub setupDefaultOptions
         $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';
+        $CONFIG{ 'mirror_'.$debdist } = 'http://http.debian.net/debian-archive/debian';
     }
     # Initialize per distribution mirror defaults: Ubuntu
     foreach my $ubuntudist (qw(hardy lucid oneiric precise quantal raring)) {