From patchwork Sun Oct 15 21:42:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1849005 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4S7tyW0Yx0z20Pd for ; Mon, 16 Oct 2023 08:42:57 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 0BF7B385770B for ; Sun, 15 Oct 2023 21:42:54 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 2D5583858D37 for ; Sun, 15 Oct 2023 21:42:42 +0000 (GMT) ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 2D5583858D37 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=1697406164; cv=none; b=JgMYA5qBjpEMfnBv+aJ3Z1sgJZR3EKBotfZIDsw6QXJTr0p/y6yUIkJd1cI/0tM3erZr/X25bTMFU/2ihl+XDfsonBYeZWcN5G6kLzUt1Qyg0Gky6z9QJtL8nBt6SYb3xYMdxmP9hSJltuSc9gjDA0SPT0nCJbT90sSNk1Qqpcs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697406164; c=relaxed/simple; bh=7z2N5oHHed735jJeVDpxcQilt5M2poF7uN9gLzZfaCI=; h=Date:From:To:Subject:MIME-Version:Message-Id; b=YVKhCEOMxdoksbgYU4j00J5mIcMZMLbwcrImwzDHk5Ed3mJPvJnq8YcZohPJwwCsGsxidXkUbKoHKU1Gw2ZqSbVwTlgJknugnSwWOJ5jMpLN8hm4eeawi4dmIQpgFGeH8IX2+79QQl51dCpoi+0cTvzBzPwAqn0IyR+BFHleg7Q= ARC-Authentication-Results: i=1; server2.sourceware.org DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2D5583858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id B37BB33EB9; Sun, 15 Oct 2023 17:42:41 -0400 (EDT) Received: from naga.localdomain (188-23-4-206.adsl.highway.telekom.at [188.23.4.206]) (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 F3B9133ED8; Sun, 15 Oct 2023 17:42:40 -0400 (EDT) Date: Sun, 15 Oct 2023 23:42:39 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Jakub Jelinek , "Joseph S. Myers" , Richard Guenther Subject: [pushed] wwwdocs: *: Remove unused buildstat pages MIME-Version: 1.0 X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20231015214241.B37BB33EB9@hamza.pair.com> X-Spam-Status: No, score=-8.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_ASCII_DIVIDERS, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org [ Release managers, heads-up for when you branch future releases! ] 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. Pushed. Gerald --- htdocs/gcc-10/buildstat.html | 27 --------------------------- htdocs/gcc-10/index.html | 3 --- htdocs/gcc-11/buildstat.html | 27 --------------------------- htdocs/gcc-11/index.html | 3 --- htdocs/gcc-12/buildstat.html | 27 --------------------------- htdocs/gcc-12/index.html | 3 --- htdocs/gcc-13/buildstat.html | 27 --------------------------- htdocs/gcc-13/index.html | 3 --- htdocs/gcc-9/buildstat.html | 27 --------------------------- htdocs/gcc-9/index.html | 3 --- 10 files changed, 150 deletions(-) delete mode 100644 htdocs/gcc-10/buildstat.html delete mode 100644 htdocs/gcc-11/buildstat.html delete mode 100644 htdocs/gcc-12/buildstat.html delete mode 100644 htdocs/gcc-13/buildstat.html delete mode 100644 htdocs/gcc-9/buildstat.html diff --git a/htdocs/gcc-10/buildstat.html b/htdocs/gcc-10/buildstat.html deleted file mode 100644 index 5d18742e..00000000 --- a/htdocs/gcc-10/buildstat.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -Build status for GCC 10 - - - - -

Build status for GCC 10

- -

This list summarizes build reports for GCC 10.x, with links to the -archived mail messages that reported the builds and to test result -summaries.

- -

Instructions for running the test suite and for submitting test results -are part of - -Installing GCC: Testing. -Instructions for reporting a successful "make bootstrap", -including a list of information to include in such a report, are part of - -Installing GCC: Final Installation.

- - - diff --git a/htdocs/gcc-10/index.html b/htdocs/gcc-10/index.html index a9547d18..5fb1e02e 100644 --- a/htdocs/gcc-10/index.html +++ b/htdocs/gcc-10/index.html @@ -63,9 +63,6 @@ GCC 10.4 relative to previous releases of GCC.

supports several other languages aside from C, it now stands for the GNU Compiler Collection.

-

A list of successful builds is updated -as new information becomes available.

-

The GCC developers would like to thank the numerous people that have contributed new features, improvements, bug fixes, and other changes as well as test results to GCC. diff --git a/htdocs/gcc-11/buildstat.html b/htdocs/gcc-11/buildstat.html deleted file mode 100644 index c86238c6..00000000 --- a/htdocs/gcc-11/buildstat.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -Build status for GCC 11 - - - - -

Build status for GCC 11

- -

This list summarizes build reports for GCC 11.x, with links to the -archived mail messages that reported the builds and to test result -summaries.

- -

Instructions for running the test suite and for submitting test results -are part of - -Installing GCC: Testing. -Instructions for reporting a successful "make bootstrap", -including a list of information to include in such a report, are part of - -Installing GCC: Final Installation.

- - - diff --git a/htdocs/gcc-11/index.html b/htdocs/gcc-11/index.html index 7cd96f7e..bb41c492 100644 --- a/htdocs/gcc-11/index.html +++ b/htdocs/gcc-11/index.html @@ -54,9 +54,6 @@ GCC 11.3 relative to previous releases of GCC.

supports several other languages aside from C, it now stands for the GNU Compiler Collection.

-

A list of successful builds is updated -as new information becomes available.

-

The GCC developers would like to thank the numerous people that have contributed new features, improvements, bug fixes, and other changes as well as test results to GCC. diff --git a/htdocs/gcc-12/buildstat.html b/htdocs/gcc-12/buildstat.html deleted file mode 100644 index e066026f..00000000 --- a/htdocs/gcc-12/buildstat.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -Build status for GCC 12 - - - - -

Build status for GCC 12

- -

This list summarizes build reports for GCC 12.x, with links to the -archived mail messages that reported the builds and to test result -summaries.

- -

Instructions for running the test suite and for submitting test results -are part of - -Installing GCC: Testing. -Instructions for reporting a successful "make bootstrap", -including a list of information to include in such a report, are part of - -Installing GCC: Final Installation.

- - - diff --git a/htdocs/gcc-12/index.html b/htdocs/gcc-12/index.html index f8c589e8..a76ef1dc 100644 --- a/htdocs/gcc-12/index.html +++ b/htdocs/gcc-12/index.html @@ -48,9 +48,6 @@ GCC 12.2 relative to previous releases of GCC.

supports several other languages aside from C, it now stands for the GNU Compiler Collection.

-

A list of successful builds is updated -as new information becomes available.

-

The GCC developers would like to thank the numerous people that have contributed new features, improvements, bug fixes, and other changes as well as test results to GCC. diff --git a/htdocs/gcc-13/buildstat.html b/htdocs/gcc-13/buildstat.html deleted file mode 100644 index a54d0214..00000000 --- a/htdocs/gcc-13/buildstat.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -Build status for GCC 13 - - - - -

Build status for GCC 13

- -

This list summarizes build reports for GCC 13.x, with links to the -archived mail messages that reported the builds and to test result -summaries.

- -

Instructions for running the test suite and for submitting test results -are part of - -Installing GCC: Testing. -Instructions for reporting a successful "make bootstrap", -including a list of information to include in such a report, are part of - -Installing GCC: Final Installation.

- - - diff --git a/htdocs/gcc-13/index.html b/htdocs/gcc-13/index.html index e11b48a3..ed23d786 100644 --- a/htdocs/gcc-13/index.html +++ b/htdocs/gcc-13/index.html @@ -42,9 +42,6 @@ GCC 13.1 relative to previous releases of GCC.

supports several other languages aside from C, it now stands for the GNU Compiler Collection.

-

A list of successful builds is updated -as new information becomes available.

-

The GCC developers would like to thank the numerous people that have contributed new features, improvements, bug fixes, and other changes as well as test results to GCC. diff --git a/htdocs/gcc-9/buildstat.html b/htdocs/gcc-9/buildstat.html deleted file mode 100644 index 0ad07a51..00000000 --- a/htdocs/gcc-9/buildstat.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -Build status for GCC 9 - - - - -

Build status for GCC 9

- -

This list summarizes build reports for GCC 9.x, with links to the -archived mail messages that reported the builds and to test result -summaries.

- -

Instructions for running the test suite and for submitting test results -are part of - -Installing GCC: Testing. -Instructions for reporting a successful "make bootstrap", -including a list of information to include in such a report, are part of - -Installing GCC: Final Installation.

- - - diff --git a/htdocs/gcc-9/index.html b/htdocs/gcc-9/index.html index 22f76155..71d25103 100644 --- a/htdocs/gcc-9/index.html +++ b/htdocs/gcc-9/index.html @@ -63,9 +63,6 @@ GCC 9.4 relative to previous releases of GCC.

supports several other languages aside from C, it now stands for the GNU Compiler Collection.

-

A list of successful builds is updated -as new information becomes available.

-

The GCC developers would like to thank the numerous people that have contributed new features, improvements, bug fixes, and other changes as well as test results to GCC.