uh_parser/uh.pl
changeset 317 2ca4533db9fe
parent 313 8e1488905621
child 322 2b7e66ca13ba
equal deleted inserted replaced
316:052986e0e361 317:2ca4533db9fe
   317 		{
   317 		{
   318 			my $failuresbyseverity = 0;
   318 			my $failuresbyseverity = 0;
   319 			$failuresbyseverity = $recipe_failures_num_by_severity->{$package}->{$_} if (defined $recipe_failures_num_by_severity->{$package}->{$_});
   319 			$failuresbyseverity = $recipe_failures_num_by_severity->{$package}->{$_} if (defined $recipe_failures_num_by_severity->{$package}->{$_});
   320 			$packageline .= "<td>$failuresbyseverity</td>";
   320 			$packageline .= "<td>$failuresbyseverity</td>";
   321 		}
   321 		}
   322 		#print "package $package, releasables in this package: $releaseables_by_package->{$package}\n";
   322 		print "package $package, releasables in this package: $releaseables_by_package->{$package}\n";
   323 		$packageline .= "<td>".$missing_by_package->{$package}."/".$releaseables_by_package->{$package}."</td>" if ($missing);
   323 		$packageline .= "<td>".$missing_by_package->{$package}."/".$releaseables_by_package->{$package}."</td>" if ($missing);
   324 		$packageline .= "</tr>\n";
   324 		$packageline .= "</tr>\n";
   325 		print AGGREGATED "$packageline\n";
   325 		print AGGREGATED "$packageline\n";
   326 	}
   326 	}
   327 	# don't display the unknown/unknown package unless there are associated failures
   327 	# don't display the unknown/unknown package unless there are associated failures