From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id cTJKLaJMv2P/jxQAWB0awg (envelope-from ) for ; Wed, 11 Jan 2023 18:56:18 -0500 Received: by simark.ca (Postfix, from userid 112) id AE9711E128; Wed, 11 Jan 2023 18:56:18 -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 485901E0D3 for ; Wed, 11 Jan 2023 18:56:18 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 973AD385B526 for ; Wed, 11 Jan 2023 23:56:17 +0000 (GMT) Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 8BEC6385B50C; Wed, 11 Jan 2023 23:56:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8BEC6385B50C 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 A47B6302BBEC; Thu, 12 Jan 2023 00:56:00 +0100 (CET) Date: Thu, 12 Jan 2023 00:56:00 +0100 From: Mark Wielaard To: Joel Brobecker Cc: "Frank Ch. Eigler" , gdb@sourceware.org, Mike Frysinger , "Frank Ch. Eigler" , Overseers mailing list , Pedro Alves Subject: Re: setting up sim project web space Message-ID: <20230111235600.GU8237@gnu.wildebeest.org> References: <20230105223840.GI8237@gnu.wildebeest.org> <20230105224340.GJ8237@gnu.wildebeest.org> <20230110182735.GC9006@redhat.com> <20230110201806.GS8237@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-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, On Wed, Jan 11, 2023 at 09:36:46AM +0400, Joel Brobecker wrote: > > So if Joel says to flip the switch we can. We just have to make sure > > not to clash with the GDB 13 release. > > On my end, I'm happy to switch as soon as you'd like. > If you're ready to connect the hooks to perform an automatic > update of the live version of the web server each time we do > a push, I think we're ready! OK https://sourceware.org/gdb is maintained in git now! To test it out I even updated the how to update the website instructions on https://sourceware.org/gdb/current/ Note that I forgot to change one "CVS" to "git", it still says "Read-write CVS (GDB developers only):" instead of "Read-write git (GDB developers only):". You could fix that up just to make sure it works. I also added Mike to the gdb group so he can finally create a sim dir/web space under https://sourceware.org/gdb/sim/ (we can redirect https://sourceware.org/sim/ there if you want). Cheers, Mark