From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id A69473858C2B; Fri, 24 Nov 2023 00:01:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A69473858C2B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A69473858C2B Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700784116; cv=none; b=AYZKtwTFQRbePUsgXbtNUWgwJohYoUT8JC1keV7PgLtgEmD3BaG/TCZn37Y0LZi5zlCOSJ7AmH4jHoxlWs7XBB3vpYEJ5BDFNwm9//1D5k8aYiFtu4UY5F47I2Kr1v9pk8I45zcdmv8MR4k/FNwpnCTxvaw86NLplRHUZYJDEoA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700784116; c=relaxed/simple; bh=6Ak01b5zmKoBqhtBdPL2WIjgmPSoSIlTT4ombRhwxb4=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=BTQqUYIGVjAgqHLT8ouVsWA/si2IAP2ZWVGCtID0PMX7rIzuxei0/Ccflsi4NSyPaAN6JrQmxNVuZLF5C1Pa6HywfInNMyTB/3+jFzN73EeYmUK1XtFYGdJFZD3uQvTW83UIBdfoxw0G8jlXz59Zbut12QBhFl4tuSfuimtRcqc= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 58B5333E9D; Thu, 23 Nov 2023 19:01:54 -0500 (EST) Received: from daya.localdomain (188-23-0-79.adsl.highway.telekom.at [188.23.0.79]) (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 hamza.pair.com (Postfix) with ESMTPSA id 3803B33EAD; Thu, 23 Nov 2023 19:01:53 -0500 (EST) Date: Fri, 24 Nov 2023 01:01:51 +0100 (CET) From: Gerald Pfeifer To: Thomas Schwinge cc: Jakub Jelinek , "Joseph S. Myers" , Richard Biener , gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: [pushed] wwwdocs: *: Remove unused buildstat pages In-Reply-To: <87pm04stn0.fsf@euler.schwinge.homeip.net> Message-ID: <4b4f8211-d61f-fb6c-aa47-087ea6daab68@pfeifer.com> References: <20231015214241.B37BB33EB9@hamza.pair.com> <87pm04stn0.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: On Mon, 20 Nov 2023, Thomas Schwinge wrote: >> For GCC 9 to GCC 13 the per-release series buildstat pages have not >> been populated at all, so remove them and reference from the respective >> main release pages. > ACK; I had recently run into such an empty page, and wanted to suggest > the same. > > We still need to update the docs some more. Do we just remove all > references (and related text), and/or refer to the gcc-testresults > mailing list? The libstdc++ docs refer to gcc-results and I'll see to add this to the web pages where applicable. > In wwwdocs: > > htdocs/branching.html:
  • Add buildstat.html and update the toplevel > htdocs/branching.html:buildstat.html accordingly.
  • > > htdocs/faq.html:Reports of successful builds > htdocs/faq.html-for several versions of GCC are also available at the web site.

    > > htdocs/releasing.html-
  • For a new major release, ensure that the build status page is present > htdocs/releasing.html:and add a link from the main buildstat.html page.
  • I have taken care of all these and will look into gcc/doc/install.texi in the coming days. Thanks for bringing this up! Gerald