|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST v6 24/24] ts-debian-di-install: Use ftp.debian.org directly
The local proxy seems to serve stale packages for Jessie etc, I blame
the intercepting cache on the way out of our network, similar to
b5f15136900d "mg-debian-installer-update: workaround caching proxies",
except it is between the apt-cache and the world not the osstest vm
and the world.
Since the netboot kernel+initrd are reasonably small, these flights
are infrequent and they are intended to test the current upstream
version I think this is tollerable.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
ts-debian-di-install | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ts-debian-di-install b/ts-debian-di-install
index ecdb6a1..6a3b39a 100755
--- a/ts-debian-di-install
+++ b/ts-debian-di-install
@@ -121,7 +121,9 @@ sub setup_netboot($$$)
target_putfile_root($ho, 60, $initrd, "$didir/initrd_${suite}_${arch}");
} else {
- my $mirror = "http://$c{DebianMirrorHost}/$c{DebianMirrorSubpath}";
+ #my $mirror = "http://$c{DebianMirrorHost}/$c{DebianMirrorSubpath}";
+ # XXX local mirror seems to serve up stale files.
+ my $mirror = "http://ftp.debian.org/debian";
my $di_url = $suite eq "daily" ?
"http://d-i.debian.org/daily-images/$arch/daily/netboot" :
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |