From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 961E2386186F for ; Mon, 19 Feb 2024 09:44:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 961E2386186F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 961E2386186F Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708335899; cv=none; b=jpbP2QW13e7yLafbuSxsXh7nuNqRrmzCsgNn+0i/ZomEiOEoKhaJ/Rt+FDS7TFttT9TURO5ywxYbFAe1CqtopxiNq5DcUENjqNb4qNagW1QXWKvdnbo379TbgFGW22k2YbUIPOtNjopvFJALywVfUIAwPiA6tvNjUVPTmFeiyZc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708335899; c=relaxed/simple; bh=kVB+6GR5/0k02ObXbPVVpDonfgkVXS1E4nj9YNG0cjo=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=WH4f3S/s6nfYX0dSwVuRKnV7BT2AWV37JRPVUBiqAb3jLtjr9bIAPiiIb6PsNsyVYdF4wa5haYGqq8eD67+d4SSlQrTB1excIi50B1t74tswYGC9ZbbQEzYRE1kh2pR7HYN60Xbpddpuw/jsrYZNtTNMcVYr5fQxINQf+9JjT+8= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id C58BB300046F; Mon, 19 Feb 2024 10:44:55 +0100 (CET) Date: Mon, 19 Feb 2024 10:44:55 +0100 From: Mark Wielaard To: Fangrui Song via Overseers Cc: Gerald Pfeifer , Fangrui Song , jwakely@redhat.com Subject: Re: Authenticated access for gcc Message-ID: <20240219094455.GJ16832@gnu.wildebeest.org> References: <20240216102203.GC10474@gnu.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Fangrui, On Sun, Feb 18, 2024 at 11:35:16PM -0800, Fangrui Song via Overseers wrote: > I think the documentation is up-to-date. I see that the commit > https://gcc.gnu.org/cgit/gcc-wwwdocs/commit/?id=1e8d94c15d64796ba2ea5abadc3b5e48ff964801 > updated https://gcc.gnu.org/gitwrite.html > > I used overseers@ by mistake as overseers@sourceware.org has been deep > in my mind... Sorry for the confusion I caused. No worries. We like to be efficient. But we aren't robots that won't help you if you use the wrong form to be processed :) Happy hacking, Mark