From: Herton R. Krzesinski <her...@redhat.com>

redhat: fix the branch we pull from the documentation tree

Bugzilla: INTERNAL
Upstream Status: RHEL only

It has been some time since the documentation project has a main
branch instead of master, so fix that.

Signed-off-by: Herton R. Krzesinski <her...@redhat.com>

diff --git a/redhat/scripts/merge-subtrees.sh b/redhat/scripts/merge-subtrees.sh
index blahblah..blahblah 100755
--- a/redhat/scripts/merge-subtrees.sh
+++ b/redhat/scripts/merge-subtrees.sh
@@ -8,5 +8,5 @@ entries="
 
 echo "$entries" | while read -r name url; do
        [ -z "$name" ] && continue
-       git subtree pull --prefix="$name" "$url"  master
+       git subtree pull --prefix="$name" "$url" main
 done

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2130
_______________________________________________
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