From 9cc94ee6c50dcfa1c657ce8d9afa849d76cb350d Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 8 May 2026 15:04:00 +0200 Subject: [PATCH] keywording: add pquery/pkgcheck alternative to check for StableRequest pquery is a good alternative to grep for issuing queries to the package database. Mention it as an example when listing pending stabilizations, i.e., pkgcheck's StableRequest check. Signed-off-by: Florian Schmaus --- keywording/workflow/text.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/keywording/workflow/text.xml b/keywording/workflow/text.xml index 1d4a6b4c..9a8374f4 100644 --- a/keywording/workflow/text.xml +++ b/keywording/workflow/text.xml @@ -356,8 +356,17 @@ There are several tools available that can help with this: tab)
  • - Use pkgcheck's StableRequest check, e.g. - grep -ri "larry@" */*/metadata.xml -l | cut -d'/' -f1-2 | xargs pkgcheck scan -k StableRequest + Use pkgcheck's StableRequest check, for example via +
      +
    • + grep -ri "larry@" */*/metadata.xml -l | cut -d'/' -f1-2 | xargs pkgcheck scan -k StableRequest + (using grep and pkgcheck) +
    • +
    • + pquery --no-version --maintainer larry@gentoo.org | xargs pkgcheck scan -k StableRequest + (using pquery from pkgcore and pkgcheck) +
    • +
  • Use pkgdev bugs for finding and filing stabilization bugs, e.g.