commit:     ea7b07bbc237bf7416eaef8384c2a8eb2638eefb
Author:     Brett A C Sheffield <bacs <AT> librecast <DOT> net>
AuthorDate: Thu Feb 26 13:34:14 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 19:29:25 2026 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ea7b07bb

maintainer-needed.sh: link to p.g.o

Make the report more useful by linking the package name to the packages
page on p.g.o.

Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 maintainer-needed.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maintainer-needed.sh b/maintainer-needed.sh
index af6ce8a..1edede4 100755
--- a/maintainer-needed.sh
+++ b/maintainer-needed.sh
@@ -35,7 +35,7 @@ echo """
 while read pkg; do
        echo """
                        <tr>
-                               <td>${pkg}</td>
+                               <td><a 
href=\"https://packages.gentoo.org/packages/${pkg}\";>${pkg}</a></td>
                                <td>$(pquery --unfiltered --no-version 
--one-attr description ${pkg})</td>
                                <td><a 
href=\"https://bugs.gentoo.org/buglist.cgi?quicksearch=${pkg}\";>Open 
Bugs</a></td>
                                <td><a href=\"genrdeps/rindex/${pkg}\">$(cat 
${rdepdir}/rindex/${pkg} 2>/dev/null | wc -l)</a></td>

Reply via email to