summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-23 11:12:15 +0100
committerRemi Collet <remi@remirepo.net>2021-03-23 11:12:15 +0100
commit4b333734c2d07f4c0d5bf0d24b002f9168d97f7b (patch)
tree18859785a36103740fe131efacfb377c4b5d9e77
parent33fddcbfbd70fa0f5f69d1a1784cd6aa845947dd (diff)
always display bugzilla link
-rw-r--r--zoom.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/zoom.php b/zoom.php
index 14d6c59..bada131 100644
--- a/zoom.php
+++ b/zoom.php
@@ -159,12 +159,11 @@ if ( !isset($name) || !$name ) {
if ($owner->cc) {
$summary['Owner'] .= ' (' . $owner->cc . ')';
}
-
- // Only when owner (so we have the exact name)
- $summary['Bugzilla'] = 'https://bugzilla.redhat.com/buglist.cgi'.
- '?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=ON_QA' .
- '&amp;component=' . $name;
}
+ // Only when owner (so we have the exact name)
+ $summary['Bugzilla'] = 'https://bugzilla.redhat.com/buglist.cgi'.
+ '?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=ON_QA' .
+ '&amp;component=' . $name;
$summary['Pagure'] = "https://src.fedoraproject.org/rpms/$name";
$summary['Koschei'] = "https://koschei.fedoraproject.org/package/$name";
//$summary['Packages'] = "https://apps.fedoraproject.org/packages/$name";