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 EF942158CBB for ; Mon, 8 May 2023 17:12:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8FF6E088B; Mon, 8 May 2023 17:12:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC20BE088B for ; Mon, 8 May 2023 17:12:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9E671340BE2 for ; Mon, 8 May 2023 17:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00855A65 for ; Mon, 8 May 2023 17:12:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1681559899.29bfaccbe91395059dacf47dfa9759283301aed2.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0039.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 29bfaccbe91395059dacf47dfa9759283301aed2 X-VCS-Branch: master Date: Mon, 8 May 2023 17:12:27 +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: c7e1ad47-38e9-47e2-929a-cf81210c5a65 X-Archives-Hash: e395be6e2c3df53767afe8ca7d9b057e commit: 29bfaccbe91395059dacf47dfa9759283301aed2 Author: Ulrich Müller gentoo org> AuthorDate: Thu Nov 10 12:06:12 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 15 11:58:19 2023 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=29bfaccb glep-0039: An inquorate council meeting cannot take substantive action Bug: https://bugs.gentoo.org/520074 Signed-off-by: Ulrich Müller gentoo.org> glep-0039.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glep-0039.rst b/glep-0039.rst index 3193625..397691b 100644 --- a/glep-0039.rst +++ b/glep-0039.rst @@ -163,7 +163,8 @@ B. Global issues will be decided by an elected Gentoo council. * The 'slacker' marker is reset when a member is elected. * If any meeting has less than 50% attendance by council members, a new election for *all* places must be held within a month. The 'one year' - is then reset from that point. + is then reset from that point. No substantive action can be taken + in any such meeting. * Disciplinary actions may be appealed to the council. * A proxy must not be an existing council member, and any single person may not be a proxy for more than one council member at any given 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 099E315ACFB for ; Sun, 16 Apr 2023 08:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E641E09DA; Sun, 16 Apr 2023 08:08:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 094AFE09DA for ; Sun, 16 Apr 2023 08:08:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 04A7A340E10 for ; Sun, 16 Apr 2023 08:08:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C72EA46 for ; Sun, 16 Apr 2023 08:08:35 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1681559899.29bfaccbe91395059dacf47dfa9759283301aed2.ulm@gentoo> Subject: [gentoo-commits] data/glep:glep39 commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0039.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 29bfaccbe91395059dacf47dfa9759283301aed2 X-VCS-Branch: glep39 Date: Sun, 16 Apr 2023 08:08:35 +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: 4b6c13b6-11c0-4892-854a-2c5a98b992c1 X-Archives-Hash: 4da3668474bc73d34d7d622f2b6ad500 Message-ID: <20230416080835.tVxTrCYtxV6ZCHfR7se95TnJUNQoDxzjfQium5nJyc8@z> commit: 29bfaccbe91395059dacf47dfa9759283301aed2 Author: Ulrich Müller gentoo org> AuthorDate: Thu Nov 10 12:06:12 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 15 11:58:19 2023 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=29bfaccb glep-0039: An inquorate council meeting cannot take substantive action Bug: https://bugs.gentoo.org/520074 Signed-off-by: Ulrich Müller gentoo.org> glep-0039.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glep-0039.rst b/glep-0039.rst index 3193625..397691b 100644 --- a/glep-0039.rst +++ b/glep-0039.rst @@ -163,7 +163,8 @@ B. Global issues will be decided by an elected Gentoo council. * The 'slacker' marker is reset when a member is elected. * If any meeting has less than 50% attendance by council members, a new election for *all* places must be held within a month. The 'one year' - is then reset from that point. + is then reset from that point. No substantive action can be taken + in any such meeting. * Disciplinary actions may be appealed to the council. * A proxy must not be an existing council member, and any single person may not be a proxy for more than one council member at any given