Job: $b -> $build (perlcritic)
This commit is contained in:
parent
1cda08351f
commit
d0fb3cbf8f
|
@ -121,10 +121,10 @@ sub overview : Chained('job') PathPart('') Args(0) {
|
||||||
|
|
||||||
my $aggregates = {};
|
my $aggregates = {};
|
||||||
my %constituentJobs;
|
my %constituentJobs;
|
||||||
foreach my $b (@constituents) {
|
foreach my $build (@constituents) {
|
||||||
$aggregates->{$b->get_column('aggregate')}->{constituents}->{$b->job} =
|
$aggregates->{$build->get_column('aggregate')}->{constituents}->{$build->job} =
|
||||||
{ id => $b->id, finished => $b->finished, buildstatus => $b->buildstatus };
|
{ id => $build->id, finished => $build->finished, buildstatus => $build->buildstatus };
|
||||||
$constituentJobs{$b->job} = 1;
|
$constituentJobs{$build->job} = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach my $agg (keys %$aggregates) {
|
foreach my $agg (keys %$aggregates) {
|
||||||
|
|
Loading…
Reference in a new issue