From e4141afcc9605e77e761c615bf1eaa79f9925172 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 15 Aug 2013 02:17:06 +0200 Subject: [PATCH] On the build page, show how many aggregate constituents failed (Also, renamed aggregate "member" to "constituent", since "member" is rather vague.) --- src/root/build.tt | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/src/root/build.tt b/src/root/build.tt index 47d3061b..cb268b61 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -7,6 +7,7 @@ [% project = build.project %] [% jobset = build.jobset %] [% job = build.job %] +[% isAggregate = build.members_ ? 1 : 0 %] [% BLOCK renderOutputs %] [% start=1; FOREACH output IN outputs %] @@ -68,7 +69,7 @@