From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v8 2/2] mg-all-branch-statuses: Show how up to date each branch is Date: Mon, 13 Jul 2015 12:41:13 +0100 Message-ID: <1436787673.7019.117.camel@citrix.com> References: <1436452236-3334-1-git-send-email-ian.campbell@citrix.com> <1436452236-3334-2-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1436452236-3334-2-git-send-email-ian.campbell@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@eu.citrix.com Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2015-07-09 at 15:30 +0100, Ian Campbell wrote: > 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. > > Since everything serialises on the repo lock I didn't bother trying to > parallelise anything. > > It's a little terse to keep it in 80 chars. > > cron infrastructure is added to run this in a new > $HOME/for-maintjobs.git on a daily basis and push the output to the > location given in the Publish config variable, if it is set (it is set > in production but not for cambridge). This is now live at: http://logs.test-lab.xenproject.org/osstest/results/all-branch-statuses.txt It includes: maintjobs Error! 0 - n/a n/a I'm considering giving mg-all-branch-statuses a new optional argument which if present will be a path to a directory which will be used to filter the branches by checking that a for-$branch.git directory exists there. cr-all-branch-statuses would pass $HOME/branches. What do you think? Ian.