From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 3/4] mg-branch-setup: Get the direction of the tree-bisect link right Date: Wed, 8 Jul 2015 16:28:54 +0100 Message-ID: <1436369334.23508.71.camel@citrix.com> References: <1436368876-23964-1-git-send-email-ian.jackson@eu.citrix.com> <1436368876-23964-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 1ZCrXW-0001Iw-Fn for xen-devel@lists.xenproject.org; Wed, 08 Jul 2015 15:45:38 +0000 In-Reply-To: <1436368876-23964-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 Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-07-08 at 16:21 +0100, Ian Jackson wrote: > Signed-off-by: Ian Jackson Acked-by: Ian Campbell (I think you cleared up the existing mess already) > --- > mg-branch-setup | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/mg-branch-setup b/mg-branch-setup > index d465882..f8bcb2e 100755 > --- a/mg-branch-setup > +++ b/mg-branch-setup > @@ -107,8 +107,8 @@ set -e > make_tree branches > if $bisect; then > make_tree bisects > - x ln -sf $HOME/branches/for-$branch.git \ > - $HOME/bisects/for-$branch.git/tree-bisect > + x ln -sf $HOME/bisects/for-$branch.git \ > + $HOME/branches/for-$branch.git/tree-bisect > fi > > echo "Branch $branch set up ok."