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 E8ED63858D38 for ; Tue, 21 Mar 2023 13:28:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E8ED63858D38 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:Cc:To:From:Date:Sender:Reply-To: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=u93FdXq9CVp4eHJrLaW8cWwdP02meWRPloOKidRy7a4=; b=b7LWYdQmhBf9wxnS1sUomNuo8z REeFYmBmHBBXOYlnUL3AU2Jli40SLXitcdvegVF5bKCKIi1KI34GhMzBrfN0Btvv1B4+QFyFhM60Z a1sNT00L71cnjZweyBLpu6hL8XDdrz9qLWYmGHY3AvbQ8KHuUoXeitRXXVFlhJHkq5UNYf2sBX7YO Xw43GCjCIUNsuZpu/UgSFUDqxh/O/ARWm77dmsGLJlZpr212+H7q8lz25wSiOHcZXQ4NkKi5yGqXd UR3nmw+6baYhhRqk/9/UR9duihm4TD6G+FC/ytJvaUI7s9B/DM9UhDC/7+IFJ+RHDdexLP/NWfIHP yhdQzWuA==; 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 1pec2W-00045h-14; Tue, 21 Mar 2023 13:28:36 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.96) (envelope-from ) id 1pec2V-000Cx4-2q; Tue, 21 Mar 2023 09:28:35 -0400 Received: from fche by very.elastic.org with local (Exim 4.96) (envelope-from ) id 1pec2V-0050Py-2m; Tue, 21 Mar 2023 09:28:35 -0400 Date: Tue, 21 Mar 2023 09:28:35 -0400 From: "Frank Ch. Eigler" To: Overseers mailing list Cc: Arsen =?utf-8?Q?Arsenovi=C4=87?= , Gerald Pfeifer Subject: Re: Please update Texinfo on gcc.gnu.org Message-ID: References: <86sfdy1hqw.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86sfdy1hqw.fsf@aarsen.me> X-Sender-Verification: "" X-Spam-Status: No, score=-101.7 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 - > I'd like to request that the server building GCC texinfo-based > documentation (which is, AFAIK, gcc.gnu.org) be updated to Texinfo > master, currently at commit f12de7a5b383bed0ea29ee34c427679e0f8b9658. > [...] > Please let me know if there's anything extra that I should do. Have you considered getting the shared gccadmin account to build & install its private copy of texinfo under its home directory? - FChE