From 677df926c103cb0ceaeba0fa8252c80779e4d573 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 11 Aug 2017 14:14:55 -0700 Subject: [PATCH] include links to the PTS, buildd, and popcon in the bug report --- templates/en_US/cgi/bugreport_pkginfo.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/en_US/cgi/bugreport_pkginfo.tmpl b/templates/en_US/cgi/bugreport_pkginfo.tmpl index 777928e..c063588 100644 --- a/templates/en_US/cgi/bugreport_pkginfo.tmpl +++ b/templates/en_US/cgi/bugreport_pkginfo.tmpl @@ -11,7 +11,11 @@ package_links(maintainer => $package->{maintainer}).qq(; ); if (exists $package->{source} and not $package->{is_source}) { $output .= q(Source for ).package_links(package=>$package->{package}).qq( is ). - package_links(source => $package->{source}).qq(. ); + package_links(source => $package->{source}). + q{ (PTS, }. + q{buildd, }. + q{popcon)}. + qq(. ); } } $output; -- 2.39.2