From 557675f09a8d2e71527549399c1f1b4f5bbc2b9c Mon Sep 17 00:00:00 2001 From: Zdenek Pytela Date: Thu, 4 Feb 2021 15:12:36 +0100 Subject: [PATCH] Use the rawhide branch instead of master In the src.fedoraproject.org/rpms/selinux-policy packages repository, the default branch name has changed to "rawhide", with a symref (link) of "main". The make-rhat-patches.sh file was updated to use "rawhide" in the DISTGIT_BRANCH variable instead of "master". --- make-rhat-patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-rhat-patches.sh b/make-rhat-patches.sh index ca08bf0a..615a6d6c 100755 --- a/make-rhat-patches.sh +++ b/make-rhat-patches.sh @@ -4,7 +4,7 @@ DISTGIT_PATH=$(pwd) FEDORA_VERSION=rawhide DOCKER_FEDORA_VERSION=master -DISTGIT_BRANCH=master +DISTGIT_BRANCH=rawhide REPO_SELINUX_POLICY=${REPO_SELINUX_POLICY:-https://github.com/fedora-selinux/selinux-policy} REPO_SELINUX_POLICY_BRANCH=${REPO_SELINUX_POLICY_BRANCH:-$FEDORA_VERSION} REPO_CONTAINER_SELINUX=${REPO_CONTAINER_SELINUX:-https://github.com/containers/container-selinux}