From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id CF648398B864; Fri, 9 Apr 2021 12:58:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CF648398B864 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 781ea9a03297ec298a35324cd94ee3f3e168e18a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4ae43876bc9ed2bd5a4002952f3f4565be62d726 X-Git-Newrev: 781ea9a03297ec298a35324cd94ee3f3e168e18a Message-Id: <20210409125814.CF648398B864@sourceware.org> Date: Fri, 9 Apr 2021 12:58:14 +0000 (GMT) From: Martin Liska X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2021 12:58:14 -0000 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 781ea9a03297ec298a35324cd94ee3f3e168e18a (commit) from 4ae43876bc9ed2bd5a4002952f3f4565be62d726 (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 781ea9a03297ec298a35324cd94ee3f3e168e18a Author: Martin Liska Date: Fri Apr 9 14:58:04 2021 +0200 Add newlines before . diff --git a/htdocs/branch-closing.html b/htdocs/branch-closing.html index d9c18c44..2f887b6b 100644 --- a/htdocs/branch-closing.html +++ b/htdocs/branch-closing.html @@ -56,10 +56,10 @@ closed, set it to the version number of the next release from the next oldest release branch. The step can be done by maintainer-scripts/branch_changer.py script -with the following arguments: +with the following arguments:
./branch_changer.py api_key --new-target-milestone=8.5:9.4 --remove 8 --comment 'GCC 8 branch is being closed.' - +
The script invocation changes target milestone from 8.5 to 9.4 and removes '/8' from a '[Regression x/y/z]' summary line. Moreover, a new comment is added. diff --git a/htdocs/releasing.html b/htdocs/releasing.html index 89f342b3..df6b93dc 100644 --- a/htdocs/releasing.html +++ b/htdocs/releasing.html @@ -146,8 +146,10 @@ Please do not delete old target milestones. at either the mainline version milestone, or the next point-release milestone. This can be accomplished by maintainer-scripts/branch_changer.py script with the following arguments: +
./maintainer-scripts/branch_changer.py api_key --new-target-milestone=10.4:10.5 --comment 'GCC 10.4 is being released, retargeting bugs to GCC 10.5.' +
The script invocation changes target milestone from 10.4 to 10.5 and new comment GCC 10.4 is being released, retargeting bugs to GCC 10.5. is added. @@ -157,7 +159,9 @@ Unless you add --doit, the script runs in dry mode only. One ca
  • If you release a first branch release (e.g. 11.1.0), bug regression summary needs to adjusted by maintainer-scripts/branch_changer.py with the following arguments: +
    ./maintainer-scripts/branch_changer.py api_key --add=11:12 +
    The script adds '/12' to all PRs marked with a '[Regression x/y/z]' summary line. ----------------------------------------------------------------------- Summary of changes: htdocs/branch-closing.html | 4 ++-- htdocs/releasing.html | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs