From patchwork Wed May 11 21:00:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 53826 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E6594389942B for ; Wed, 11 May 2022 21:00:43 +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 9FE2738485A9 for ; Wed, 11 May 2022 21:00:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9FE2738485A9 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 3F2A833E4D; Wed, 11 May 2022 17:00:26 -0400 (EDT) Received: from [172.20.9.49] (51.26-246-81.adsl-static.isp.belgacom.be [81.246.26.51]) (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 D200B33E4A; Wed, 11 May 2022 17:00:25 -0400 (EDT) Date: Wed, 11 May 2022 23:00:19 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] wwwdocs: branching: Editorial changes re branch_changer.py MIME-Version: 1.0 Message-Id: <20220511210026.3F2A833E4D@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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" This is a minor follow-up to Martin's patch commit 6b788fa278b4f863a17ab80e0bf4991c3d8de167 Author: Martin Liska Date: Mon Apr 19 14:55:54 2021 +0200 Move branch_changer.py usage to branching.html. though the markup predates his change (which merely made me notice it). Pushed. Gerald diff --git a/htdocs/branching.html b/htdocs/branching.html index 40d65271..d3d26ff9 100644 --- a/htdocs/branching.html +++ b/htdocs/branching.html @@ -101,13 +101,13 @@ release on the branch. For example, when branching 3.4, create a milestone for 3.4.1 for PRs that can't be fixed in time for 3.4.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. +
    +./maintainer-scripts/branch_changer.py api_key --add=11:12
    +
    -Again, unless you add --doit, the script runs in dry mode only. +The script adds '/12' to all PRs marked with a '[Regression x/y/z]' summary line. +(Unless you add --doit, the script runs in dry mode only.)