commit: 97f59612bc0fcc1b619c0ca39b021d13bba56f83
Author: Brett A C Sheffield <bacs <AT> librecast <DOT> net>
AuthorDate: Thu Feb 26 09:17:57 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=97f59612
maintainer-needed.sh: show description field for all packages
Display description field for all packages. Previously the package
description was missing in the listing for packages that had no stable
version or were otherwise masked on the host on which the script was
run.
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 221673c..af6ce8a 100755
--- a/maintainer-needed.sh
+++ b/maintainer-needed.sh
@@ -36,7 +36,7 @@ while read pkg; do
echo """
<tr>
<td>${pkg}</td>
- <td>$(pquery --no-version --one-attr
description ${pkg})</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>
<td><a href=\"genrdeps/dindex/${pkg}\">$(cat
${rdepdir}/dindex/${pkg} 2>/dev/null | wc -l)</a></td>