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".
This commit is contained in:
Zdenek Pytela 2021-02-04 15:12:36 +01:00
parent b0dd6c6ef6
commit 557675f09a

View File

@ -4,7 +4,7 @@ DISTGIT_PATH=$(pwd)
FEDORA_VERSION=rawhide FEDORA_VERSION=rawhide
DOCKER_FEDORA_VERSION=master 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=${REPO_SELINUX_POLICY:-https://github.com/fedora-selinux/selinux-policy}
REPO_SELINUX_POLICY_BRANCH=${REPO_SELINUX_POLICY_BRANCH:-$FEDORA_VERSION} REPO_SELINUX_POLICY_BRANCH=${REPO_SELINUX_POLICY_BRANCH:-$FEDORA_VERSION}
REPO_CONTAINER_SELINUX=${REPO_CONTAINER_SELINUX:-https://github.com/containers/container-selinux} REPO_CONTAINER_SELINUX=${REPO_CONTAINER_SELINUX:-https://github.com/containers/container-selinux}