From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id X1MmKA/IvWO70xMAWB0awg (envelope-from ) for ; Tue, 10 Jan 2023 15:18:23 -0500 Received: by simark.ca (Postfix, from userid 112) id 97E1A1E128; Tue, 10 Jan 2023 15:18:23 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 0D0911E110 for ; Tue, 10 Jan 2023 15:18:23 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8B5893858289 for ; Tue, 10 Jan 2023 20:18:22 +0000 (GMT) Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id A139B3858D33; Tue, 10 Jan 2023 20:18:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A139B3858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id C3FE9302BBEC; Tue, 10 Jan 2023 21:18:06 +0100 (CET) Date: Tue, 10 Jan 2023 21:18:06 +0100 From: Mark Wielaard To: "Frank Ch. Eigler" Cc: gdb@sourceware.org, Joel Brobecker , Mike Frysinger , "Frank Ch. Eigler" , Overseers mailing list , Pedro Alves Subject: Re: setting up sim project web space Message-ID: <20230110201806.GS8237@gnu.wildebeest.org> References: <20230105223840.GI8237@gnu.wildebeest.org> <20230105224340.GJ8237@gnu.wildebeest.org> <20230110182735.GC9006@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230110182735.GC9006@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" Hi Frank, On Tue, Jan 10, 2023 at 01:27:35PM -0500, Frank Ch. Eigler via Gdb wrote: > > - I currently have a cvsgit clone, which doesn't work well to keep > > it in sync with other people's changes, so it would be best if > > the htdocs CVS repo was converted to git first. > > - Once it is in Git, I don't have a problem with Mike being given > > access to it; > > Can we have an official thumbs up from the gdb leadership to make this > transition? We should be able to do it fairly quickly, but it is a > "flag day" sort of thing, requiring deprecation of the cvs copy. Sorry, Joel an I took the conversion off-list. And I already did the conversion: https://sourceware.org/git/gdb-htdocs.git People in the gdb group can already push to it, but I haven't hooked up the post-update to the actual htdocs dir. It is a "flag day", but in practice only Joel (as gdbadmin) updates the pages and only to update NEWS with new branches or releases. (The onlinedocs are updates through a cronjob, but bypass the repository and just add the docs directly in their respective onlindocs dirs.) So if Joel says to flip the switch we can. We just have to make sure not to clash with the GDB 13 release. Cheers, Mark