From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v5] mg-all-branch-statuses: Show how up to date each branch is Date: Wed, 8 Jul 2015 15:31:27 +0100 Message-ID: <1436365887.23508.53.camel@citrix.com> References: <1436365273-1729-1-git-send-email-ian.campbell@citrix.com> <21917.13155.744337.802660@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21917.13155.744337.802660@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 Wed, 2015-07-08 at 15:27 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST v5] mg-all-branch-statuses: Show how up to date each branch is"): > > Using report_find_push_age_info allows us to provide counts of > > attempts since the last baseline on current tip as well as the first > > attempt of each of those. > ... > > +abs=$HOME/public_html/all-branch-statuses.txt > > +( date ; echo ; bash -x ./mg-all-branch-statuses ) > $abs.new > > +mv $abs.new $abs > > AFAICT all this does is leave the output in a file ? Wouldn't it be > nice to post it ? Apart from the date header it is no different to the "example output" given after the commit log. Or did you mean for the script to post it to the list? The file will be exposed as osstest.test-lab/~osstest/all-branch-statuses.txt. I could arrange for it to end up on logs.test-lab as well if you like. > Acked-by: Ian Jackson Thanks.