From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (elastic.org [96.126.110.187]) by sourceware.org (Postfix) with ESMTPS id A4BF63856155 for ; Mon, 24 Oct 2022 23:47:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A4BF63856155 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=elastic.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=elastic.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elastic.org ; s=default2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=f+TVtOntpGdYdl3yOGm1DAqzTyxSUVgnnFum0OjQ5sc=; b=Rry3VjJCQwBYqt/2myC7esTJgv yYlH6BG3CTBVX6Bd0cfpNExVH3gHjdl08/3hqZsGf2Xqf8txy6TVZrOwFW3D8fhnZdAhmHbDMfrFV 84AvalT+xOKHCAUteaZ5diP9w70NdhoYS9LELz7cxmyS1Z1XvPaBUv2mz2MTZmLgasDCLhv5DDcPz rUGfQ7owhpD1ibyS2Kb9YW0kPw9AR34N8hFRvMdzHuXJsMAOw1NqMcNT+sOp3F7sFzx/vluoaPx6W 8AQRmn5pQ3MIKln1qWlRRDoIOQyTjxxM5Jt48nlL73AZB1HqDsPePGLydrPYxe2o/+XVZiY9IRKNa Bnykf2Qw==; Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1on7A1-0003Lb-2F; Mon, 24 Oct 2022 23:47:13 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.96) (envelope-from ) id 1on7A1-0009sa-0F; Mon, 24 Oct 2022 19:47:13 -0400 Received: from fche by very.elastic.org with local (Exim 4.96) (envelope-from ) id 1on7A1-00GGeK-06; Mon, 24 Oct 2022 19:47:13 -0400 Date: Mon, 24 Oct 2022 19:47:13 -0400 From: "Frank Ch. Eigler" To: Mark Wielaard , Joel Brobecker , Pedro Alves , Overseers mailing list Subject: Re: setting up sim project web space Message-ID: References: <6a72ecd6-1480-1cb8-c223-c6c9d991be2e@palves.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Sender-Verification: "" X-Spam-Status: No, score=-101.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham 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, Mike - > [...] it's been over a year since i requested hosting for the GNU > sim, and afaict, gdb is still not prepared to host it. so what are > the next steps here ? Sorry, can you remind us what new service you would like? The sim/ sources are still being developed/shipped with gdb, right? - FChE