From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 2/7] Nested hosts: Use full hostnamepath in various paths Date: Tue, 17 Nov 2015 10:25:18 +0000 Message-ID: <1447755918.301.12.camel@citrix.com> References: <1447696465-24978-1-git-send-email-ian.jackson@eu.citrix.com> <1447696465-24978-3-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZydSQ-00079J-IS for xen-devel@lists.xenproject.org; Tue, 17 Nov 2015 10:25:50 +0000 In-Reply-To: <1447696465-24978-3-git-send-email-ian.jackson@eu.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 , xen-devel@lists.xenproject.org Cc: Robert Ho List-Id: xen-devel@lists.xenproject.org On Mon, 2015-11-16 at 17:54 +0000, Ian Jackson wrote: > Replace some (but not all) interpolations of $ho->{Name} in filenames > with hostnamepath($ho). > > I searched the tree for `{Host}' and `{Name}', looking for paths which > need (or might need) to be qualified with an L0 hostname in an L1 or > L2 case. > > I have left ts-logs-capture for now; that will come in a moment. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell