From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id A6A2F3858CDA; Wed, 22 Nov 2023 23:21:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A6A2F3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700695295; bh=miZm6cYr2JBVu0yZLN6UDPLhhQrlswTs6NkJ/vLYbls=; h=To:Subject:Date:From:From; b=QoAeVliusy90eIqISax6ZNV961uPJgU+ibb3woL7BYGZQHgHIy1XhbmK32Vz5QwZt KM73a942sKxqwIDRArcZWroHTIVvo4jg+BgGbYP391Tfm/ckC4bD8Wvocs4SbbOTMW VU/Sr3HuZ/IMR7zvpEs+MwOOfQgZeO2vsAlB4sOI= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 10f3336548be13ce41931f43b7bc89710c9f1d89 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0d447f9a4b920c8deea04f5aae167ca1b3ee17f0 X-Git-Newrev: 10f3336548be13ce41931f43b7bc89710c9f1d89 Message-Id: <20231122232135.A6A2F3858CDA@sourceware.org> Date: Wed, 22 Nov 2023 23:21:35 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 10f3336548be13ce41931f43b7bc89710c9f1d89 (commit) from 0d447f9a4b920c8deea04f5aae167ca1b3ee17f0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 10f3336548be13ce41931f43b7bc89710c9f1d89 Author: Gerald Pfeifer Date: Thu Nov 23 00:20:37 2023 +0100 branching: No longer refer to buildstat.html 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.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/branching.html | 3 --- 1 file changed, 3 deletions(-) hooks/post-receive -- gcc-wwwdocs