From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v3] Arrange to upgrade microcode on x86 test hosts. Date: Mon, 15 Jun 2015 13:22:59 +0100 Message-ID: <1434370979.13744.20.camel@citrix.com> References: <1434357362-14577-1-git-send-email-ian.campbell@citrix.com> <21886.49560.964814.826704@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21886.49560.964814.826704@mariner.uk.xensource.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 Cc: Jan Beulich , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-06-15 at 13:14 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST v3] Arrange to upgrade microcode on x86 test hosts."): > > --- > > v3: > > - iucode-tool is iucode_tool in Wheezy, Jessie has both names > > - This exact version mg-cpu-microcode-update has been run in colo, > > updated production-config* > > - Avoid proxy with wget, since it was pointing at the apt-cache which > > gave "403 Sorry, not allowed to fetch that type of file: > > fiano0_microcode-cpio" > > Acked-by: Ian Jackson > [...] > Perhaps wget in much of this should become $di_wget which contains > `wget -Y off' ? I sent a separate patch to add -Y off everywhere. I could make it use $di_wget instead. > We don't really want to be fetching any of this stuff through the > apt-cache. Currently it's presumably it's working by chance, either > because of what might be thought of as a bug in the apt cacher, or > because d-i's setting of http_proxy to the supplied cache is not quite > universal. Right.