Don't show duplicate builds in "Related builds"

Since a build may be a member of multiple jobset evaluations, we need
to do a "select distinct" here.  But maybe we should only show builds
from a single evaluation (e.g. the most recent), since showing builds
from several may be confusing.
This commit is contained in:
Eelco Dolstra
2012-02-21 17:16:32 +01:00
parent 2cf9b148eb
commit 578530dac2
2 changed files with 2 additions and 1 deletions

View File

@ -437,6 +437,7 @@
<div id="tabs-relatedbuilds">
<h2>Related builds</h2>
<p>The following builds are part of the same jobset evaluation that produced this build.</p>
[% INCLUDE renderBuildList builds=relatedbuilds%]
</div>
[% END %]