From unknown Sat Jun 14 18:49:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#78642 <78642@debbugs.gnu.org> To: bug#78642 <78642@debbugs.gnu.org> Subject: Status: [PATCH] teams: Add csantosb Codeberg account. Reply-To: bug#78642 <78642@debbugs.gnu.org> Date: Sun, 15 Jun 2025 01:49:01 +0000 retitle 78642 [PATCH] teams: Add csantosb Codeberg account. reassign 78642 guix-patches submitter 78642 Cayetano Santos severity 78642 normal tag 78642 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri May 30 04:29:42 2025 Received: (at submit) by debbugs.gnu.org; 30 May 2025 08:29:42 +0000 Received: from localhost ([127.0.0.1]:45429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uKv7W-0004VL-14 for submit@debbugs.gnu.org; Fri, 30 May 2025 04:29:42 -0400 Received: from lists.gnu.org ([2001:470:142::17]:34062) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uKv7S-0004Ue-Rq for submit@debbugs.gnu.org; Fri, 30 May 2025 04:29:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uKv7J-0006PY-0L for guix-patches@gnu.org; Fri, 30 May 2025 04:29:29 -0400 Received: from latitanza.investici.org ([82.94.249.234]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uKv7G-0007TK-L4 for guix-patches@gnu.org; Fri, 30 May 2025 04:29:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1748593755; bh=3KBJPP3IAz/oVY69KmYFOhdw9U5QjuhmYcMWoJCyPas=; h=From:To:Cc:Subject:Date:From; b=OVRSs6PphTctGN1/yLrgN2MrITW5eb3W7wXcXCsNGwC6VMBM7RZiZNQ/Dhg0z8s+y 4Nx+L/rt0O0KeIZbKWbFN2zCCW4qGigCmBi6qH2Pq9KEgsI86ICpQE6DbqsuISfPtJ EGFZtKRXk6p8hrWexf8kF3hyBFePEaKcXPD1ZjjU= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4b7xGz50t3zGp97; Fri, 30 May 2025 08:29:15 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4b7xGz3RPVzGp4v; Fri, 30 May 2025 08:29:15 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] teams: Add csantosb Codeberg account. Date: Fri, 30 May 2025 10:28:53 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=82.94.249.234; envelope-from=csantosb@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) Change-Id: I694b9dfa50c04a7c1d81d136df3ccaa2616fb6b6 --- etc/teams.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/teams.scm b/etc/teams.scm index f46e86b32d..897b9bc599 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -1133,7 +1133,8 @@ (define-member (person "Jelle Licht" javascript) (define-member (person "Cayetano Santos" - "csantosb@inventati.org") + "csantosb@inventati.org" + "csantosb") emacs electronics) (define-member (person "Greg Hogan" base-commit: b750d54703d849fe58dcacf94f23d34ab85b23a2 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 05 16:12:16 2025 Received: (at 78642) by debbugs.gnu.org; 5 Jun 2025 20:12:16 +0000 Received: from localhost ([127.0.0.1]:37603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uNGwi-00047x-Ic for submit@debbugs.gnu.org; Thu, 05 Jun 2025 16:12:16 -0400 Received: from black.elm.relay.mailchannels.net ([23.83.212.19]:35321) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uNGwf-00047j-TU for 78642@debbugs.gnu.org; Thu, 05 Jun 2025 16:12:14 -0400 X-Sender-Id: dreamhost|x-authsender|dannym@friendly-machines.com Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 3030F2C3243; Thu, 5 Jun 2025 20:12:12 +0000 (UTC) Received: from pdx1-sub0-mail-a241.dreamhost.com (100-118-156-90.trex-nlb.outbound.svc.cluster.local [100.118.156.90]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 9C9982C350D; Thu, 5 Jun 2025 20:12:11 +0000 (UTC) ARC-Seal: i=1; s=arc-2022; d=mailchannels.net; t=1749154331; a=rsa-sha256; cv=none; b=DkRsbimPcJ5gAE9hjUhFj5J/QYuXnVJnY7r6TAAJdSHiv6MBmlyEhjhVjeeKK9YsQFfM3l ZxMv3y69QLKxz+OEoXKAECiDkscEXP+4hdgmIIBA8k42db+KY+eCGW6GmpWWH0npEjgsKL N6/CAW/ETGbEpjI+k74udhAij8KMGxI5SuDw7rNq+OEcBa50PzXhWUS1YZxEECRn1hEGDs ZO0b7vTjqTcW7L0XR9LO1auw/ef0wf9LTk8Ynam9I1UOzeeIROPt9TX76gi2Z+K+Qh49MH 6sPzkxI1zsJfdb0gomtCCGl3x+QnxEfK6Ep5RhAEny4qe/6nqSUOdBapAFPiwg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=mailchannels.net; s=arc-2022; t=1749154331; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: dkim-signature; bh=DuXF0PVO309d7udQEal6bn7w/cE2MyN4jgTLNOPTIcQ=; b=KKVj3tJ+Zo/gFCP6B4UgwkhlDljyBJlhbokFExgL+T6cfbc8jt7b+Oy6wGe+TExmrA/EvN Qc3k5d2lA2OGRmxCPy73YMhlqPy9pjmsSjka2MS8XCpXwLwdUwUXMVMcuuByTAvB94eHck /V5xpgaMeN5SYacUnvmUSXaRLfbxTKS0Sw8nZYaSfphaLhj1aElW8Lerd0ESdjkmFe8gcZ k/WUEtGW2CARwGfHpCTvin7t0/CNHGaWIf4+dxciTJt8IXY9DoI7szUZpL68bpsgTmXsBW Ch4OLetQXt94l4wOoW8R8kBtpcG4QhzQamZG03+ZWreY9jRCb3QAC3I1SdbAFw== ARC-Authentication-Results: i=1; rspamd-5674bcf875-xd9zc; auth=pass smtp.auth=dreamhost smtp.mailfrom=dannym@friendly-machines.com X-Sender-Id: dreamhost|x-authsender|dannym@friendly-machines.com X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|dannym@friendly-machines.com X-MailChannels-Auth-Id: dreamhost X-Absorbed-Harbor: 492f27ea61cc2e35_1749154331918_2333498408 X-MC-Loop-Signature: 1749154331918:1203364547 X-MC-Ingress-Time: 1749154331917 Received: from pdx1-sub0-mail-a241.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.118.156.90 (trex/7.0.3); Thu, 05 Jun 2025 20:12:11 +0000 Received: from nova (84-115-226-251.cable.dynamic.surfer.at [84.115.226.251]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dannym@friendly-machines.com) by pdx1-sub0-mail-a241.dreamhost.com (Postfix) with ESMTPSA id 4bCwbG4xplz2v; Thu, 5 Jun 2025 13:12:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=friendly-machines.com; s=dreamhost; t=1749154331; bh=DuXF0PVO309d7udQEal6bn7w/cE2MyN4jgTLNOPTIcQ=; h=From:To:Cc:Subject:Date:Content-Type; b=s7SQrdv2FE9LAqUDSqusvGsB+4/zKun9nC/GtnkhAF2y1Bpgek1rxlFjIV+m3XmnH hK8H+S9I4fWMj5WAXwnMi6XFTZyVv/c3L3cogrvqtLCsmAxx4Tln/S+GSCbuZUmCdJ mjAJ9tKBLzCsj2UBiWXpOL6hg+MXmmI8oQaip0VzCtrcdoRxNRcYi+gfTwTRUvm6vC HqOCaIZQLCt4++N35W9xMYIbMedyMloNLLTLDyOJ6UpYbI9pAdEDotYsPA/nelR/B/ 3b5Q6M6oW1D/FdAiblXTjPlFYUl7hu4ltkK8gy7BFefLZddlrBkWTwG3Zt4WGHdyaZ q3ctnFjTAOgIg== From: Danny Milosavljevic To: Cayetano Santos Subject: Re: [bug#78642] [PATCH] teams: Add csantosb Codeberg account. User-Agent: mu4e 1.12.11; emacs 29.4 Date: Thu, 05 Jun 2025 22:12:06 +0200 Message-ID: <87qzzyaqy1.fsf@friendly-machines.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 3.6 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Please reply to the email on guix-devel by Ludo on 2025-05-26 14:34 using a signed email, with your codeberg username in it. Alternatively, if you cannot find it, just add a new post to guix-devel using a signed email, with your codeberg username in it. Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [23.83.212.19 listed in sa-accredit.habeas.com] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [84.115.226.251 listed in zen.spamhaus.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [23.83.212.19 listed in bl.score.senderscore.com] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [23.83.212.19 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [23.83.212.19 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 78642 Cc: 78642@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Please reply to the email on guix-devel by Ludo on 2025-05-26 14:34 using a signed email, with your codeberg username in it. Alternatively, if you cannot find it, just add a new post to guix-devel using a signed email, with your codeberg username in it. Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [23.83.212.19 listed in list.dnswl.org] 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [23.83.212.19 listed in sa-trusted.bondedsender.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [23.83.212.19 listed in bl.score.senderscore.com] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [84.115.226.251 listed in zen.spamhaus.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [23.83.212.19 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager Hi, Please reply to the email on guix-devel by Ludo on 2025-05-26 14:34 using a signed email, with your codeberg username in it. Alternatively, if you cannot find it, just add a new post to guix-devel using a signed email, with your codeberg username in it. Thank you very much! From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 06 03:03:14 2025 Received: (at 78642) by debbugs.gnu.org; 6 Jun 2025 07:03:14 +0000 Received: from localhost ([127.0.0.1]:41269 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uNR6g-0004EM-8E for submit@debbugs.gnu.org; Fri, 06 Jun 2025 03:03:14 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]:35267) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uNR6c-0004E2-1n for 78642@debbugs.gnu.org; Fri, 06 Jun 2025 03:03:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749193385; bh=1V8q95OaYBRPYv4y7+P1qc177v8PCyhuHFkaW7Vyu4c=; h=From:To:Cc:Subject:In-Reply-To:Date:From; b=ntnyI1fAp2mnnrObTaDfcfa5xiscC3G5doHtOhdgV6y3YKxO5svoCBx57ZujADIxT 5hFVGsdp/A6PDkNkZ71fYpZ5G9Sxyq3OmRNhB05hCC0STbmLmHuH5vbLwfXMK8lGRc 8Ab8A4XTRiDZR8S6bmu24XcCFF1E37XZywGAUYGk= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4bDC2K5vFWz6vSH; Fri, 6 Jun 2025 07:03:05 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bDC2K12T8z6vSD; Fri, 6 Jun 2025 07:03:04 +0000 (UTC) From: Cayetano Santos To: dannym@friendly-machines.com Subject: Re: [bug#78642] [PATCH] teams: Add csantosb Codeberg account. In-Reply-To: <87qzzyaqy1.fsf@friendly-machines.com> User-Agent: mu4e 1.12.11; emacs 29.4 Date: Fri, 06 Jun 2025 09:03:02 +0200 Message-ID: <87frgde4ih.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 78642 Cc: 78642@debbugs.gnu.org, csantosb@inventati.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable No need to, I=E2=80=99d better remove my user as a team member. Do I need to send a patch to that purpose ? C. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaEKSphccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgoGKAP99C4/oN0xhPEbd9GIG3p6c8jzO yvdcG63LQ52ddp4jpwEAv9fWOdI2ftAwSIS3z94nWKBtGjbhJaGwjA7fm0fDxwQ= =eWq4 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 09 16:08:07 2025 Received: (at control) by debbugs.gnu.org; 9 Jun 2025 20:08:08 +0000 Received: from localhost ([127.0.0.1]:57917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uOimr-0007la-S7 for submit@debbugs.gnu.org; Mon, 09 Jun 2025 16:08:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44882) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uOimj-0007ia-6Y for control@debbugs.gnu.org; Mon, 09 Jun 2025 16:07:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uOimd-0007aj-Qv for control@debbugs.gnu.org; Mon, 09 Jun 2025 16:07:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=XwOVO9VaODMWCAGBRo3ScKHiITS1yawL+Gsu1jFs+Lc=; b=K0fypM/fQLvZYf VSPZkMCccTLNGZiTcxq022aI1YxB5le4xM0TyFbKlC/JvJRE4c1B3z84ta/LgdMZ/f0wWOMZOEml7 CW227tCxKw+nazTPKRHMyMxxJMcoq9TlhZkOAPo1IVzarYZrQjNdWSyYQj2nzPtRKnH/nhkEoQpGN Bj5LcXQeT0L2cny7lIMs+fHvqrYahwzFflmq5gaPFGdQDk1ZQ9V5Hs4XvA9edANM8kdM3feTAal88 ff4+CkTdNnkEddLzHZYPeoXy+BYb4yhZTZYbCRzl5W4KlPsPcaZJIrtZAteB/z4v/dSpoew9qIuXs 15UfMsNrwgKUgoZX+FkA==; Date: Mon, 09 Jun 2025 19:38:34 +0200 Message-Id: <87ecvs95nq.fsf_-_@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #78642 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 78642 quit