From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v5 2/2] ms-queuedaemon: Call ms-flights-summary upon completed plan/projection Date: Fri, 2 Oct 2015 12:24:26 +0100 Message-ID: <1443785066-5210-2-git-send-email-ian.campbell@citrix.com> References: <1443785066-5210-1-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: <1443785066-5210-1-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, xen-devel@lists.xen.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- ms-queuedaemon | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ms-queuedaemon b/ms-queuedaemon index 9c7645d..6ae9677 100755 --- a/ms-queuedaemon +++ b/ms-queuedaemon @@ -310,7 +310,20 @@ proc report-plan {w wo} { } proc report-projection {w} { + global c + report-plan $w projection + + # report-plan will have ensured data-projection.final.pl is up to + # date + + catching-internally "producing summary" { + set proj "data-projection.final.pl" + set outputfile "$c(WebspaceFile)/summary.html" + exec ./ms-flights-summary $proj > $outputfile + } { + log "$w report-projection OK" + } } proc we-are-thinking {chan} { -- 2.5.3