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@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
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