From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 2B4B23893655; Wed, 22 Nov 2023 23:24:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B4B23893655 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700695446; bh=3HzQ4SNfsRqojDOLwJuK8mmZVokOHenfdhsCuTohLVM=; h=To:Subject:Date:From:From; b=pigFt8JdMZhg2GfnEqQWyd426dbIdQUXokuiWElkqHWsQx9GTIkjXUSC0IuNJKglw vSlCaepT4n6YIp5NkpIufQoL5biB+eq+w+TnIPwyQaimcGoHzs/VK8fqmuohmBFotQ SfrDhgzstBiOYEvxG1XjucwTABfwSsvoRrbRWO3M= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f0c8bde69088221c17cb5e84ae628254883602cb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 10f3336548be13ce41931f43b7bc89710c9f1d89 X-Git-Newrev: f0c8bde69088221c17cb5e84ae628254883602cb Message-Id: <20231122232406.2B4B23893655@sourceware.org> Date: Wed, 22 Nov 2023 23:24:06 +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 f0c8bde69088221c17cb5e84ae628254883602cb (commit) from 10f3336548be13ce41931f43b7bc89710c9f1d89 (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 f0c8bde69088221c17cb5e84ae628254883602cb Author: Gerald Pfeifer Date: Thu Nov 23 00:22:44 2023 +0100 releasing: No longer refer to buildstat.html diff --git a/htdocs/releasing.html b/htdocs/releasing.html index 1cd56f72..c7365e64 100644 --- a/htdocs/releasing.html +++ b/htdocs/releasing.html @@ -85,9 +85,6 @@ web pages.
  • Update the version numbers of the current and future releases on the main web page, and add a proper news item there as well.
  • -
  • For a new major release, ensure that the build status page is present -and add a link from the main buildstat.html page.
  • -
  • Generate online documentation for the new release with update_web_docs_git. The appropriate command to run (as gccadmin) to generate the documentation would be scripts/update_web_docs_git ----------------------------------------------------------------------- Summary of changes: htdocs/releasing.html | 3 --- 1 file changed, 3 deletions(-) hooks/post-receive -- gcc-wwwdocs