From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v3 04/15] make-flight: Run a basic test on each arm platform Date: Tue, 25 Nov 2014 16:09:07 +0000 Message-ID: <1416931747.11944.9.camel@citrix.com> References: <1416505070.26869.2.camel@citrix.com> <1416575824-15555-4-git-send-email-ian.campbell@citrix.com> <21615.26807.571099.632254@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21615.26807.571099.632254@mariner.uk.xensource.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.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, 2014-11-21 at 16:30 +0000, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST v3 04/15] make-flight: Run a basic test on each arm platform"): > > Unlike x86 there is enough variation in the ARM platforms that it is > > worth having a basic test on each as part of a standard run. This > > relies on each host having an appropriate platform-$platform host > > flag. > > Commit message rewrapped so I can quote it. > > I have just noticed, looking at some of your actual patches in > osstest.git, that `git log' has wrap damage in an 80-column xterm. > > Would it be too much to ask you to go through this series and rewrap > the commit messages ? I'd previously experimented with ":set wm=10" in my .vimrc but I disabled it because it caused all sorts of oddities. Googling it again it seems like I may actually have wanted ":set tw=70" so I've added that, lets see how I get on with it. I've reflowed the commit messages for the patches in my branch with that ready for v4. > > Aside from that, > > Acked-by: Ian Jackson Thanks. Ian