]> git.donarmstrong.com Git - debbugs.git/commitdiff
include links to the PTS, buildd, and popcon in the bug report
authorDon Armstrong <don@donarmstrong.com>
Fri, 11 Aug 2017 21:14:55 +0000 (14:14 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 1 Apr 2023 05:54:24 +0000 (22:54 -0700)
templates/en_US/cgi/bugreport_pkginfo.tmpl

index 777928ed712adbe064ae74935d88022d52937d4a..c063588d9f9e4f59d00212f936db377ed2de84e3 100644 (file)
                 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{ (<a href="https://tracker.debian.org/pkg/}.html_escape(uri_escape($package->{source})).qq{">PTS</a>, }.
+                   q{<a href="https://buildd.debian.org/}.html_escape(uri_escape($package->{source})).qq{">buildd</a>, }.
+                   q{<a href="https://qa.debian.org/popcon.php?package=}.html_escape(uri_escape($package->{source})).qq{">popcon</a>)}.
+                   qq(. );
      }
  }
  $output;