aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2022-04-09 01:22:17 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2022-04-09 01:22:17 +0200
commitfa0560f53216bc4392d71412556a66318fb81f6f (patch)
tree7af10d2e03b939db2b99184c8ba35fb3366cdb18
parent4bd16e509f51706a40790f77f4eeedacaf3330d3 (diff)
downloadpw-fa0560f53216bc4392d71412556a66318fb81f6f.tar.gz
pw: Add Paolo to the pull-req template and email addresses
Given Paolo recently became co-maintainer for netdev, lets also add him to the PR template letter. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
-rw-r--r--README2
-rwxr-xr-xpw-request-pull4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index de09a50..86bb20e 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 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 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 0632303..3faf59f 100755
--- a/pw-request-pull
+++ b/pw-request-pull
@@ -46,8 +46,8 @@ 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,\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)
+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
+#bug=$(grep -c gitolite $file)
if [ "$bug" -gt "0" ]; then
echo "PR not generated: using gitolite url, not public one!"
rm -f $file