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 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-Spam-Status: No, score=-3032.1 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP 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 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