[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST v7 15/15] make-distros-flight: 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> --- make-distros-flight | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/make-distros-flight b/make-distros-flight index 49f4b60..d407fcb 100755 --- a/make-distros-flight +++ b/make-distros-flight @@ -79,7 +79,9 @@ test_do_one_netboot () { gsuite=sid gver=daily else - local mirror="http://`getconfig DebianMirrorHost`/`getconfig DebianMirrorSubpath`" + #local mirror="http://`getconfig DebianMirrorHost`/`getconfig DebianMirrorSubpath`" + # XXX local mirror seems to serve up stale files. + local mirror="http://ftp.debian.org/debian" diurl="$mirror/dists/$gsuite/main/installer-$domU/current/images/netboot" gver=$gsuite fi -- 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 |