patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH stable-scripts] Update to new DPDK branch names
@ 2020-09-01 10:12 Kevin Traynor
  2020-09-01 11:32 ` Luca Boccassi
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Traynor @ 2020-09-01 10:12 UTC (permalink / raw)
  To: stable; +Cc: bluca, Kevin Traynor

DPDK branch names in the dpdk.git repo have been updated.
Update email text and README to reflect the change.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 3-request-backport | 6 +++---
 README             | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/3-request-backport b/3-request-backport
index dadaf3e..5749e26 100755
--- a/3-request-backport
+++ b/3-request-backport
@@ -53,5 +53,5 @@ cat << EOF
 Hi commit authors (and maintainers),
 
-I didn't apply following commits from DPDK master to $stable_branch
+I didn't apply following commits from DPDK main to $stable_branch
 $(stable_or_lts) branch, as conflicts or build errors occur.
 
@@ -65,7 +65,7 @@ Please do either of the above by $(date --date="+7 days" "+%D").
 Some notes on $(stable_or_lts) backports:
 
-A backport should contain a reference to the DPDK master branch commit
+A backport should contain a reference to the DPDK main branch commit
 in it's commit message in the following fashion:
-    [ upstream commit <commit's dpdk master branch SHA-1 checksum> ]
+    [ upstream commit <commit's dpdk main branch SHA-1 checksum> ]
 
 For example:
diff --git a/README b/README
index fdf61ab..3e4978a 100644
--- a/README
+++ b/README
@@ -81,5 +81,5 @@ This will create .patch files located in stable-scripts/<release>/mail which can
 then be sent with git send-email to the authors and stable@dpdk.org.
 
-As part of this email a diff is provided between the master and stable branch
+As part of this email a diff is provided between the main and stable branch
 patches. As there are diffs in the patches and diffs between the patches, it
 can be hard to see how the patch will look in the repo when there are rebase
-- 
2.26.2


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

* Re: [dpdk-stable] [PATCH stable-scripts] Update to new DPDK branch names
  2020-09-01 10:12 [dpdk-stable] [PATCH stable-scripts] Update to new DPDK branch names Kevin Traynor
@ 2020-09-01 11:32 ` Luca Boccassi
  2020-09-02  9:03   ` Kevin Traynor
  0 siblings, 1 reply; 3+ messages in thread
From: Luca Boccassi @ 2020-09-01 11:32 UTC (permalink / raw)
  To: Kevin Traynor, stable

On Tue, 2020-09-01 at 11:12 +0100, Kevin Traynor wrote:
> DPDK branch names in the dpdk.git repo have been updated.
> Update email text and README to reflect the change.
> 
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> ---
>  3-request-backport | 6 +++---
>  README             | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/3-request-backport b/3-request-backport
> index dadaf3e..5749e26 100755
> --- a/3-request-backport
> +++ b/3-request-backport
> @@ -53,5 +53,5 @@ cat << EOF
>  Hi commit authors (and maintainers),
>  
> -I didn't apply following commits from DPDK master to $stable_branch
> +I didn't apply following commits from DPDK main to $stable_branch
>  $(stable_or_lts) branch, as conflicts or build errors occur.
>  
> @@ -65,7 +65,7 @@ Please do either of the above by $(date --date="+7 days" "+%D").
>  Some notes on $(stable_or_lts) backports:
>  
> -A backport should contain a reference to the DPDK master branch commit
> +A backport should contain a reference to the DPDK main branch commit
>  in it's commit message in the following fashion:
> -    [ upstream commit <commit's dpdk master branch SHA-1 checksum> ]
> +    [ upstream commit <commit's dpdk main branch SHA-1 checksum> ]
>  
>  For example:
> diff --git a/README b/README
> index fdf61ab..3e4978a 100644
> --- a/README
> +++ b/README
> @@ -81,5 +81,5 @@ This will create .patch files located in stable-scripts/<release>/mail which can
>  then be sent with git send-email to the authors and stable@dpdk.org.
>  
> -As part of this email a diff is provided between the master and stable branch
> +As part of this email a diff is provided between the main and stable branch
>  patches. As there are diffs in the patches and diffs between the patches, it
>  can be hard to see how the patch will look in the repo when there are rebase

Acked-by: Luca Boccassi <bluca@debian.org>

-- 
Kind regards,
Luca Boccassi

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

* Re: [dpdk-stable] [PATCH stable-scripts] Update to new DPDK branch names
  2020-09-01 11:32 ` Luca Boccassi
@ 2020-09-02  9:03   ` Kevin Traynor
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Traynor @ 2020-09-02  9:03 UTC (permalink / raw)
  To: Luca Boccassi, stable

On 01/09/2020 12:32, Luca Boccassi wrote:
> On Tue, 2020-09-01 at 11:12 +0100, Kevin Traynor wrote:
>> DPDK branch names in the dpdk.git repo have been updated.
>> Update email text and README to reflect the change.
>>
>> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
>> ---
>>  3-request-backport | 6 +++---
>>  README             | 2 +-
>>  2 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/3-request-backport b/3-request-backport
>> index dadaf3e..5749e26 100755
>> --- a/3-request-backport
>> +++ b/3-request-backport
>> @@ -53,5 +53,5 @@ cat << EOF
>>  Hi commit authors (and maintainers),
>>  
>> -I didn't apply following commits from DPDK master to $stable_branch
>> +I didn't apply following commits from DPDK main to $stable_branch
>>  $(stable_or_lts) branch, as conflicts or build errors occur.
>>  
>> @@ -65,7 +65,7 @@ Please do either of the above by $(date --date="+7 days" "+%D").
>>  Some notes on $(stable_or_lts) backports:
>>  
>> -A backport should contain a reference to the DPDK master branch commit
>> +A backport should contain a reference to the DPDK main branch commit
>>  in it's commit message in the following fashion:
>> -    [ upstream commit <commit's dpdk master branch SHA-1 checksum> ]
>> +    [ upstream commit <commit's dpdk main branch SHA-1 checksum> ]
>>  
>>  For example:
>> diff --git a/README b/README
>> index fdf61ab..3e4978a 100644
>> --- a/README
>> +++ b/README
>> @@ -81,5 +81,5 @@ This will create .patch files located in stable-scripts/<release>/mail which can
>>  then be sent with git send-email to the authors and stable@dpdk.org.
>>  
>> -As part of this email a diff is provided between the master and stable branch
>> +As part of this email a diff is provided between the main and stable branch
>>  patches. As there are diffs in the patches and diffs between the patches, it
>>  can be hard to see how the patch will look in the repo when there are rebase
> 
> Acked-by: Luca Boccassi <bluca@debian.org>
> 

Thanks Luca, Applied.


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

end of thread, other threads:[~2020-09-02  9:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-01 10:12 [dpdk-stable] [PATCH stable-scripts] Update to new DPDK branch names Kevin Traynor
2020-09-01 11:32 ` Luca Boccassi
2020-09-02  9:03   ` 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).