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.campb...@citrix.com>
---
 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@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to