]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
make-distros-flight: Use ftp.debian.org directly
authorIan Campbell <ian.campbell@citrix.com>
Wed, 8 Jul 2015 12:31:02 +0000 (13:31 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Sun, 26 Jul 2015 17:07:40 +0000 (18:07 +0100)
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>
make-distros-flight

index 49f4b602386c3e00f0bf3b0d4c927782071eeb3b..d407fcbe864a2d4133459041764dfcec8c92731f 100755 (executable)
@@ -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