[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [OSSTEST PATCH 3/4] mg-branch-setup: Get the direction of the tree-bisect link right
On Wed, 2015-07-08 at 16:21 +0100, Ian Jackson wrote: > Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> (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." _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |