From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v4 25/25] ts-debian-di-install: Use ftp.debian.org directly Date: Thu, 2 Apr 2015 10:16:39 +0100 Message-ID: <1427966199-5064-25-git-send-email-ian.campbell@citrix.com> References: <1427966183.4037.17.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1427966183.4037.17.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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 --- 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 839cc27..469c1b6 100755 --- a/ts-debian-di-install +++ b/ts-debian-di-install @@ -119,7 +119,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