diff options
author | Sam James <sam@gentoo.org> | 2022-03-01 09:49:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-16 14:51:50 +0000 |
commit | a4d5e702ddea5f01980e667d6673decdcc8a68e9 (patch) | |
tree | 5ac415116d45b13e918a8befc99fc27aec5aab36 /keywording | |
parent | profiles/package.mask: mention masking development versions (diff) | |
download | devmanual-a4d5e702ddea5f01980e667d6673decdcc8a68e9.tar.gz devmanual-a4d5e702ddea5f01980e667d6673decdcc8a68e9.tar.bz2 devmanual-a4d5e702ddea5f01980e667d6673decdcc8a68e9.zip |
keywording: describe pending stabilization requests
Describe how maintainers should keep track of (and know when to file)
pending stabilization requests.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'keywording')
-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> |