From f05cd533e6282c781904c324e2a25960c4e0d3af Mon Sep 17 00:00:00 2001 From: Zdenek Pytela Date: Fri, 17 May 2024 21:47:38 +0200 Subject: [PATCH] Update repository link and branches names for c10s Now the fedora-selinux/selinux-policy repository is used for policy sources and both git and dist-git use the c10s branch. Related: RHEL-33844 --- make-rhat-patches.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/make-rhat-patches.sh b/make-rhat-patches.sh index 615a6d6c..b84874ad 100755 --- a/make-rhat-patches.sh +++ b/make-rhat-patches.sh @@ -2,11 +2,11 @@ DISTGIT_PATH=$(pwd) -FEDORA_VERSION=rawhide -DOCKER_FEDORA_VERSION=master -DISTGIT_BRANCH=rawhide +RHEL_VERSION=c10s +#DOCKER_FEDORA_VERSION=master +DISTGIT_BRANCH=c10s 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:-$RHEL_VERSION} REPO_CONTAINER_SELINUX=${REPO_CONTAINER_SELINUX:-https://github.com/containers/container-selinux} REPO_MACRO_EXPANDER=${REPO_MACRO_EXPANDER:-https://github.com/fedora-selinux/macro-expander.git}