aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2022-04-27 23:05:03 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2022-04-27 23:05:19 +0200
commit5fe72bdac5344c1116b81d6e0f21b6d1cbeb0092 (patch)
tree3b12e5405c5b6dff1540c66c60ff5a20690b39e1
parentfa0560f53216bc4392d71412556a66318fb81f6f (diff)
downloadpw-5fe72bdac5344c1116b81d6e0f21b6d1cbeb0092.tar.gz
pw: Add Eric to the pull-req template and email addresses
Given also Eric recently became co-maintainer for netdev, lets add him to the PR template letter as well. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
-rw-r--r--README2
-rwxr-xr-xpw-request-pull2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 86bb20e..3c07987 100644
--- a/README
+++ b/README
@@ -180,7 +180,7 @@ repository. To generate the PR, simply do:
The resulting file is then edited to describe the changes that the pull-request
contains. It's then sent out same way as other patches through git-send-email:
- $ git send-email --to davem@davemloft.net --cc kuba@kernel.org --cc pabeni@redhat.com --cc daniel@iogearbox.net --cc ast@kernel.org --cc andrii@kernel.org --cc netdev@vger.kernel.org --cc bpf@vger.kernel.org pr-bpf-2019-09-26.patch
+ $ git send-email --to davem@davemloft.net --cc kuba@kernel.org --cc pabeni@redhat.com --cc edumazet@google.com --cc daniel@iogearbox.net --cc ast@kernel.org --cc andrii@kernel.org --cc netdev@vger.kernel.org --cc bpf@vger.kernel.org pr-bpf-2019-09-26.patch
The PR will then show up the usual way in patchwork and assigned to the higher
level maintainer delegate for pulling.
diff --git a/pw-request-pull b/pw-request-pull
index 3faf59f..bad8d85 100755
--- a/pw-request-pull
+++ b/pw-request-pull
@@ -46,7 +46,7 @@ file="pr-$tree-$today.patch"
git request-pull $since ${remote[1]} > $file
what=$(cat $file | grep "files changed")
-echo -e "Subject: pull-request: $tree $today\n\nHi David, hi Jakub, hi Paolo,\n\nThe following pull-request contains BPF updates for your *${remote[0]}* tree.\n\nWe've added $count non-merge commits during the last $delta day(s) which contain\na total of$what.\n\nThe main changes are:\n\n1) ..., from XYZ. Among others:\n\n - Blah blah sub item.\n\n2) ..., from ABC.\n\nPlease consider pulling these changes from:\n\n git://git.kernel.org/pub/scm/linux/kernel/git/bpf/$tree.git\n\nThanks a lot!\n\nAlso thanks to reporters, reviewers and testers of commits in this pull-request:\n\n$thanks\n\n----------------------------------------------------------------\n\n$(cat $file)" > $file
+echo -e "Subject: pull-request: $tree $today\n\nHi David, hi Jakub, hi Paolo, hi Eric,\n\nThe following pull-request contains BPF updates for your *${remote[0]}* tree.\n\nWe've added $count non-merge commits during the last $delta day(s) which contain\na total of$what.\n\nThe main changes are:\n\n1) ..., from XYZ. Among others:\n\n - Blah blah sub item.\n\n2) ..., from ABC.\n\nPlease consider pulling these changes from:\n\n git://git.kernel.org/pub/scm/linux/kernel/git/bpf/$tree.git\n\nThanks a lot!\n\nAlso thanks to reporters, reviewers and testers of commits in this pull-request:\n\n$thanks\n\n----------------------------------------------------------------\n\n$(cat $file)" > $file
#bug=$(grep -c gitolite $file)
if [ "$bug" -gt "0" ]; then
echo "PR not generated: using gitolite url, not public one!"