summaryrefslogtreecommitdiffstats
path: root/zoom.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-05-30 16:12:40 +0800
committertrasher <trasher@x-tnd.be>2010-05-31 01:48:48 +0800
commit2d7743abe7aee9e71c6dd6ed722353ef948d3902 (patch)
tree2f0cabafd2eed3ac6b851720c25673069f0ca439 /zoom.php
parentbdc6b52b47cc8581c08a4ba6f32d3a8ba26ff295 (diff)
Add Bugzilla link, fixes #44
Diffstat (limited to 'zoom.php')
-rw-r--r--zoom.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/zoom.php b/zoom.php
index 690471e..56dea38 100644
--- a/zoom.php
+++ b/zoom.php
@@ -159,6 +159,11 @@ if ( !isset($name) || !$name ) {
} else {
$summary['Owner'] = $owner->owner;
}
+
+ // 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['ViewVC'] = 'http://cvs.fedoraproject.org/viewvc/rpms/' .
$name . '/';