diff options
-rw-r--r-- | keywording/text.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/keywording/text.xml b/keywording/text.xml index 74224a0..c5b5660 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -430,6 +430,36 @@ stable for one of these architectures. </subsection> <subsection> +<title>Keeping track of pending stabilizations</title> +<body> + +<p> +Maintainers need some method or system to organize and start pending +stabilizations once they become due. +</p> + +<p> +There are several tools available that can help with this: +</p> + +<ul> + <li> + Use <c>imlate</c> from app-portage/gentoolkit + </li> + <li> + Use packages.gentoo.org's maintainer pages (which have a Stabilization + tab) + </li> + <li> + 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> +</ul> + +</body> +</subsection> + +<subsection> <title>Simultaneous stabilization on all architectures</title> <body> |