From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 29BA4A054F for ; Tue, 2 Mar 2021 11:25:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 208F340142; Tue, 2 Mar 2021 11:25:49 +0100 (CET) Received: from mail-wm1-f41.google.com (mail-wm1-f41.google.com [209.85.128.41]) by mails.dpdk.org (Postfix) with ESMTP id 6F08540142 for ; Tue, 2 Mar 2021 11:25:48 +0100 (CET) Received: by mail-wm1-f41.google.com with SMTP id u125so2099418wmg.4 for ; Tue, 02 Mar 2021 02:25:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=PTLPvhXj0QUEIv0fMtzbraVAu9li3uhFdL65wEENC6A=; b=FX0d1NyOrWvCjpISC19xFUiCiLLCtWcTnY1xiXB981+yjF5OKfTKRcURQW+n+pgS8O M8skqQOZ+epGbQ2a6WzLJgKRK7J+OdNjY73PvVItiVsS5IJLwlz7lAP5P1G95F/gApLL +tnHhv0x4MsQjKv9XaZo17JQRzv1j8Rr76k2agy7ofsmtaNlmKTckqbCJGhPCDYfm79+ yyexVJ9075LCZNZscC4QDgtmeDTEw/s9PvSHDHqO/T8FnL4aOFjMHH2xKdxFILVeiaU4 ueGU9odti4h+JLGzWRpgjO1W39oelRKW09UYY34b5jni6cLGFU5rIvS48xAAiI2pL0nN OQeQ== X-Gm-Message-State: AOAM533VybBEdR0EavYOjh7pDqho9dg7XxZxM0c7WZ8SDXZS6BjzmixA FOzbbYdOyXucqoK7xkcDC5I= X-Google-Smtp-Source: ABdhPJxjTH5IQK8CX1+PX9N7IdLzf4Nrq61UuAFbWfK7hR07/IA/Z19o7cln72rvJWdrOq7r6iu1Zg== X-Received: by 2002:a7b:c409:: with SMTP id k9mr3256070wmi.151.1614680748197; Tue, 02 Mar 2021 02:25:48 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:7a8e:ed70:5c52:ea3]) by smtp.gmail.com with ESMTPSA id d29sm28184119wra.51.2021.03.02.02.25.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Mar 2021 02:25:47 -0800 (PST) Message-ID: <2046e42c8d529a8dfca1c3f395c3a6733093082e.camel@debian.org> From: Luca Boccassi To: Xueming Li , stable@dpdk.org Cc: Christian Ehrhardt Date: Tue, 02 Mar 2021 10:25:46 +0000 In-Reply-To: <20210302064725.22965-1-xuemingl@nvidia.com> References: <20210302064725.22965-1-xuemingl@nvidia.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.2 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [scripts] README: add hint on commit range to generate backport list X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Tue, 2021-03-02 at 14:47 +0800, Xueming Li wrote: > Adds tip of the commit range to generate backport list. >=20 > Signed-off-by: Xueming Li > --- > README | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) >=20 > diff --git a/README b/README > index 6489379..e9795b5 100644 > --- a/README > +++ b/README > @@ -26,8 +26,10 @@ as tmp dir for the patches and mails. > 1.A > --- > A list of commits to backport should be generated. This can be generated > -from "git-log-fixes.sh" script from DPDK. Assuming v17.11-rc1 is out > -you can prepare a commit list for v17.08.1 stable release with: > +from "git-log-fixes.sh" script from DPDK. Normally the start of range is > +the end tag of last generated range, branch tag if working on the first > +stable release. The end of range is latest release tag. Assuming v17.11-= rc1 > +is out you can prepare a commit list for v17.08.1 stable release with: > =20 > $ ./devtools/git-log-fixes.sh v17.08..v17.11-rc1 > /tmp/list Acked-by: Luca Boccassi Thank you, applied and pushed --=20 Kind regards, Luca Boccassi