From: Don Zickus <dzic...@redhat.com>

Remove cc lines from automatic configs

The kernel-webhook is smarter and knows who the right reviewers are.
The webhooks can also dynamically update them.  Just remove the static
cc assisgnment in the nightly automated config generation.

Signed-off-by: Don Zickus <dzic...@redhat.com>

diff --git a/redhat/scripts/genspec/gen_config_patches.sh 
b/redhat/scripts/genspec/gen_config_patches.sh
index blahblah..blahblah 100755
--- a/redhat/scripts/genspec/gen_config_patches.sh
+++ b/redhat/scripts/genspec/gen_config_patches.sh
@@ -115,10 +115,6 @@ for f in "$config_bundles_dir"/*; do
                # remove the pending option
                rm redhat/configs/pending-rhel/generic/"$line"
        done < "$f"
-       if [ -n "$RHMAINTAINERS" ] && [ -f ./scripts/get_maintainer.pl ] && [ 
-f "$RHMAINTAINERS" ]; then
-               echo "" >> "$tmpdir"/commit
-               ./scripts/get_maintainer.pl --no-rolestats --mpath 
"$RHMAINTAINERS" --no-git --no-git-fallback -f "$_f"  | sed "s/^/Cc: /" >> 
"$tmpdir"/commit
-       fi
        # We do a separate branch per config commit
        if ! git checkout -b "configs/$(date +%F)/$_f"; then
                printf "Unable to check out configs/%s/%s branch!\n" "$(date 
+%F)" "$_f"

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2342
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to