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

Reply via email to