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 0E525A0524 for ; Thu, 4 Feb 2021 13:09:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE52A240656; Thu, 4 Feb 2021 13:09:10 +0100 (CET) Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by mails.dpdk.org (Postfix) with ESMTP id CFA26240632 for ; Thu, 4 Feb 2021 13:09:09 +0100 (CET) Received: from 2.general.paelzer.uk.vpn ([10.172.196.173] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1l7dRd-0008Fz-Im; Thu, 04 Feb 2021 12:09:09 +0000 From: Christian Ehrhardt To: dpdk stable Cc: Luca Boccassi , Kevin Traynor , Christian Ehrhardt Date: Thu, 4 Feb 2021 13:09:01 +0100 Message-Id: <20210204120903.2515011-1-christian.ehrhardt@canonical.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH 1/3] 3-request-backport: add hint to QUEUED_REPO 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" When we ask for backports the code that we get sent might match latest dpdk.org:dpdk-stable.git but not our WIP branch. To mimimize any errors that arise out of that hint at the QUEUED_REPO int he call for backport-help. Signed-off-by: Christian Ehrhardt --- 3-request-backport | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/3-request-backport b/3-request-backport index 5749e26..d123531 100755 --- a/3-request-backport +++ b/3-request-backport @@ -61,7 +61,20 @@ Can authors check your patches in the following list and either: Please do either of the above by $(date --date="+7 days" "+%D"). +EOF + +if [ "$QUEUED_REPO" != "none" ]; then + cat << EOF +You can find the a temporary work-in-progress branch of the coming $stable_release +release at: + ${QUEUED_REPO} +It is recommended to backport on top of that to minimize further conflicts or +misunderstandings. + +EOF +fi +cat << EOF Some notes on $(stable_or_lts) backports: A backport should contain a reference to the DPDK main branch commit -- 2.30.0