patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH 1/3] 3-request-backport: add hint to QUEUED_REPO
@ 2021-02-04 12:09 Christian Ehrhardt
  2021-02-04 12:09 ` [dpdk-stable] [PATCH 2/3] README: add hint on git send-email vs flooding protection Christian Ehrhardt
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Christian Ehrhardt @ 2021-02-04 12:09 UTC (permalink / raw)
  To: dpdk stable; +Cc: Luca Boccassi, Kevin Traynor, Christian Ehrhardt

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 <christian.ehrhardt@canonical.com>
---
 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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-02-04 13:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04 12:09 [dpdk-stable] [PATCH 1/3] 3-request-backport: add hint to QUEUED_REPO Christian Ehrhardt
2021-02-04 12:09 ` [dpdk-stable] [PATCH 2/3] README: add hint on git send-email vs flooding protection Christian Ehrhardt
2021-02-04 12:26   ` Luca Boccassi
2021-02-04 13:29   ` Kevin Traynor
2021-02-04 12:09 ` [dpdk-stable] [PATCH 3/3] README: add hint on chaining multiple series submissions Christian Ehrhardt
2021-02-04 12:27   ` Luca Boccassi
2021-02-04 13:30   ` Kevin Traynor
2021-02-04 12:26 ` [dpdk-stable] [PATCH 1/3] 3-request-backport: add hint to QUEUED_REPO Luca Boccassi
2021-02-04 13:30 ` Kevin Traynor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).