From: Ian Campbell Date: Wed, 8 Jul 2015 12:31:02 +0000 (+0100) Subject: make-distros-flight: Use ftp.debian.org directly X-Git-Tag: wip.libvirt-v3-base~15 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c413ddd03e4d34fb5e49341f8df5ddf2a672477e;p=people%2Fliuw%2Fosstest.git 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 Acked-by: Ian Jackson --- 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