From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 1/4] remus: remove old remus script Date: Thu, 3 Jul 2014 11:03:15 +0100 Message-ID: <1404381795.14865.36.camel@kazak.uk.xensource.com> References: <1403681175-27305-1-git-send-email-yanghy@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1403681175-27305-1-git-send-email-yanghy@cn.fujitsu.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: Yang Hongyang Cc: rshriram@cs.ubc.ca, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2014-06-25 at 15:26 +0800, Yang Hongyang wrote: > Since xend already deleted, the old remus script which based on > xend no longer functional, remove it. > > Signed-off-by: Yang Hongyang > Acked-by: Shriram Rajagopalan I've applied this series with the acks gathered here and against v1. In this patch I needed to add: --- a/tools/Makefile +++ b/tools/Makefile @@ -30,7 +30,6 @@ endif SUBDIRS-y += xenpmd SUBDIRS-y += libxl -SUBDIRS-y += remus otherwise: make -C remus install make: Entering an unknown directory make: *** remus: No such file or directory. Stop. make: Leaving an unknown directory In the final one I did s/Singed/Signed/ in the s-o-b. I also applied the other one adding you as a MAINTAINER. Ian.