diff options
-rw-r--r-- | autobuild/results.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild/results.php b/autobuild/results.php index 9574f5d..f0b0264 100644 --- a/autobuild/results.php +++ b/autobuild/results.php @@ -369,10 +369,10 @@ foreach ($failure as $rpm => $error) { $attributes = get_package_attributes($packageid); if (isset($pkg_maintainers[$parsed['package']])) { $maintainer = $pkg_maintainers[$parsed['package']]; - $attributes .= " maintainer_$maintainer"; } else { $maintainer = "nobody"; } + $attributes .= " maintainer_$maintainer"; if ($attributes) { # Attributes are space separated words of the form "TYPE_SPECIFIER", e.g., "lang_php" # Types are currently build (use of a particular build system), |