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 5620A158020 for ; Tue, 8 Nov 2022 08:38:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 957FDE0943; Tue, 8 Nov 2022 08:38:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78C8EE0943 for ; Tue, 8 Nov 2022 08:38:41 +0000 (UTC) Message-ID: Date: Tue, 8 Nov 2022 09:38:36 +0100 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Project discussion list X-BeenThere: gentoo-project@lists.gentoo.org Reply-To: gentoo-project@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [gentoo-project] [PATCH] glep-39: drop hard requirement of yearly lead elections To: gentoo-project@lists.gentoo.org References: <20221108003113.3719310-1-ajak@gentoo.org> Content-Language: en-GB From: Florian Schmaus In-Reply-To: <20221108003113.3719310-1-ajak@gentoo.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Archives-Salt: 6b26ef42-685a-4e6d-8ab4-c9b5c1f729c9 X-Archives-Hash: 3629d2b6c4a1064ae9545e67a2a30f5b On 08.11.22 01:31, ajak@gentoo.org wrote: > From: John Helmert III > > There are numerous projects that do not keep up with the GLEP's > requirement of yearly elections. Few people seem to think the > requirement is really necessary, as evidenced by the lack fo > elections, so loosen it to "as necessary". > > Bug: https://bugs.gentoo.org/683934 > Signed-off-by: John Helmert III > --- > glep-0039.rst | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/glep-0039.rst b/glep-0039.rst > index 82bf1d9..293a7c7 100644 > --- a/glep-0039.rst > +++ b/glep-0039.rst > @@ -117,9 +117,10 @@ A. A project is a group of developers working towards a goal (or a set > out-of-date.) If the Wiki page isn't maintained, it is presumed > dead. > * It may have one or many leads, and the leads are > - selected by the members of the project. This selection must > - occur at least once every 12 months, and may occur at any > - time. > + selected by the members of the project. This selection should > + occur at least once every 12 months, but may occur at any > + time. Leads may keep their position for more than 12 months if > + project membership deems an election unecessary. > * It may have zero or more sub-projects. Sub-projects are > just projects that provide some additional structure, and their > Wiki pages are defined as sub-projects of the parent project. How about additionally adding the reverse of "…if project membership deems an election unecessary., i.e., "Additionally, any member can request a lead election if the last election was more than 12 months ago."? Btw, s/unecessary/unnecessary/ :) - Flow