From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 1/3] ap-common: Have ap-push for linux trees use refs/heads/ Date: Tue, 27 Jan 2015 09:35:00 +0000 Message-ID: <1422351300.25294.1.camel@citrix.com> References: <1422295511-4163-1-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.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YG2Y5-00078O-4C for xen-devel@lists.xenproject.org; Tue, 27 Jan 2015 09:35:05 +0000 In-Reply-To: <1422295511-4163-1-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 Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-01-26 at 18:05 +0000, Ian Jackson wrote: For all three patches in the series: Acked-by: Ian Campbell > As per the docs in README.dev. > > Signed-off-by: Ian Jackson > --- > ap-common | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ap-common b/ap-common > index e2c3e42..014dd76 100644 > --- a/ap-common > +++ b/ap-common > @@ -136,7 +136,7 @@ info_linux_tree () { > : ${BASE_TREE_LINUX_THIS:=$BASE_TREE_LINUX} > : ${PUSH_TREE_LINUX_THIS:=$PUSH_TREE_LINUX} > : ${BASE_TAG_LINUX_THIS:=tested/$1} > - : ${PUSH_TAG_LINUX_THIS:=$BASE_TAG_LINUX_THIS} > + : ${PUSH_TAG_LINUX_THIS:=refs/heads/$BASE_TAG_LINUX_THIS} > > return 0 > }