From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19B6615808B for ; Wed, 16 Mar 2022 14:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18E2FE0863; Wed, 16 Mar 2022 14:52:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DD05E0863 for ; Wed, 16 Mar 2022 14:52:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EED73436E2 for ; Wed, 16 Mar 2022 14:52:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FC782EA for ; Wed, 16 Mar 2022 14:52:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647442310.a4d5e702ddea5f01980e667d6673decdcc8a68e9.sam@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: keywording/ X-VCS-Repository: proj/devmanual X-VCS-Files: keywording/text.xml X-VCS-Directories: keywording/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a4d5e702ddea5f01980e667d6673decdcc8a68e9 X-VCS-Branch: master Date: Wed, 16 Mar 2022 14:52:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 39bb0dcf-0fb9-4e3f-9850-6c03c629b14c X-Archives-Hash: c2085b270d926275772b49cca88fcb96 commit: a4d5e702ddea5f01980e667d6673decdcc8a68e9 Author: Sam James gentoo org> AuthorDate: Tue Mar 1 09:49:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 16 14:51:50 2022 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a4d5e702 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 gentoo.org> keywording/text.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/keywording/text.xml b/keywording/text.xml index 74224a0..c5b5660 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -429,6 +429,36 @@ stable for one of these architectures. + +Keeping track of pending stabilizations + + +

+Maintainers need some method or system to organize and start pending +stabilizations once they become due. +

+ +

+There are several tools available that can help with this: +

+ +
    +
  • + Use imlate from app-portage/gentoolkit +
  • +
  • + Use packages.gentoo.org's maintainer pages (which have a Stabilization + tab) +
  • +
  • + Use pkgcheck's StableRequest check, e.g. + grep -ri "larry@" */*/metadata.xml -l | cut -d'/' -f1-2 | xargs pkgcheck scan -k StableRequest +
  • +
+ + +
+ Simultaneous stabilization on all architectures