From patchwork Wed Nov 22 23:23:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1867529 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 4SbHQF04y6z1yRw for ; Thu, 23 Nov 2023 10:24:37 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 473573893646 for ; Wed, 22 Nov 2023 23:24:04 +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 921103858CDA for ; Wed, 22 Nov 2023 23:23:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 921103858CDA 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 921103858CDA 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=1700695431; cv=none; b=cD80igWKS41PTCq/ZUPXibiYRJhVMSIEUk8UDwKksX1TyWvqZGjMqyAtd1HWKZV2VKPI4zZlzE/3FuOBB3wyTJlOMvfesGaWUrMr2XLJ0uTuZLFRy4cxHkdpHTrjOEPjuaE4PAqO3uVzwQCboWQkVozgERcpOSb1zI9eQSvV5Zc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700695431; c=relaxed/simple; bh=hWuDJtWOCzK/S0y5zZzxp3ZZqpq+YcPrtu55PVzhQh4=; h=Date:From:To:Subject:MIME-Version:Message-Id; b=KaO/TsSinNa/9PdkwubFcwB8hoI20zMsDSacP19LopsLN/0RVA+G5wEjD6d3nVGDiBBxd5V3bzcsJPTGhVCAFUtf2v0681qTpa52czGBgjXHhsWcedXgMLzx9Lla8AkfT5UmUevHu18Qbc1g0/wITA9+Burv+r/WXHA14DThn9o= 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 1C78333ECB; Wed, 22 Nov 2023 18:23:50 -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 8B9FE33ED5; Wed, 22 Nov 2023 18:23:49 -0500 (EST) Date: Thu, 23 Nov 2023 00:23:48 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Thomas Schwinge Subject: [pushed] wwwdocs: branching: No longer refer to buildstat.html MIME-Version: 1.0 X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20231122232350.1C78333ECB@hamza.pair.com> X-Spam-Status: No, score=-11.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, 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 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 Thomas spotted this (among others) not being necessary any longer and kindly reported it. Pushed. --- htdocs/branching.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/branching.html b/htdocs/branching.html index 0d48dce1..23ff92e8 100644 --- a/htdocs/branching.html +++ b/htdocs/branching.html @@ -52,9 +52,6 @@ populate it with initial copies of changes.html and based on the previous release branch to the directory corresponding to the newly created release branch. -
  • Add buildstat.html and update the toplevel -buildstat.html accordingly.
  • -
  • Update the toplevel index.html page to show the new active release branch, the current release series, and active development (mainline). Update the version and development stage for mainline.