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 E9CCE3858C2C for ; Thu, 18 Nov 2021 00:56:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E9CCE3858C2C 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.94.2) (envelope-from ) id 1mnVix-0006BU-EM; Thu, 18 Nov 2021 00:56:23 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.94.2) (envelope-from ) id 1mnViw-000Dxg-U4; Wed, 17 Nov 2021 19:56:22 -0500 Received: from fche by very.elastic.org with local (Exim 4.94.2) (envelope-from ) id 1mnViw-0069B9-Mc; Wed, 17 Nov 2021 19:56:22 -0500 Date: Wed, 17 Nov 2021 19:56:22 -0500 From: "Frank Ch. Eigler" To: Mike Frysinger , overseers@sourceware.org Subject: Re: setting up sim project web space Message-ID: References: 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.3 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2021 00:56:25 -0000 Hi - > the sim code has always been buildable & usable independent of gdb. there > are no requirements in the sim code on gdb. it can be built & released > independent too. there are no plans currently to do independent releases, > but there is need for hosting of sim-specific documentation (e.g. manual). How about just using the gdb docs/wiki until that hypothetical time when it is released independently? It'd simplify configuration, and avoid having to deal with yet another set of admin ACLs & repos. - FChE