commit:     9af9104b263e9f98ec766a5c1b31fade20cb37a9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 25 15:38:21 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 07:59:33 2025 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9af9104b

keywording: mention pkgdev bugs for stabilization requests

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 keywording/text.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/keywording/text.xml b/keywording/text.xml
index 0cbe95e..3e51776 100644
--- a/keywording/text.xml
+++ b/keywording/text.xml
@@ -502,6 +502,11 @@ There are several tools available that can help with this:
     Use <c>pkgcheck</c>'s <c>StableRequest</c> check, e.g.
       <c>grep -ri "larry@" */*/metadata.xml -l | cut -d'/' -f1-2 | xargs 
pkgcheck scan -k StableRequest</c>
   </li>
+  <li>
+    Use <c>pkgdev bugs</c> for finding and filing stabilization bugs, e.g.
+    <c>pkgdev bugs --edit-graph --filter-stablereqs
+    --auto-cc-arches [email protected] --find-by-maintainer [email protected]</c>
+  </li>
 </ul>
 
 </body>

Reply via email to