From e04ed684841c899a6ff475d59803a5c17cd3909e Mon Sep 17 00:00:00 2001 From: Zdenek Pytela Date: Mon, 15 Apr 2024 14:52:52 +0200 Subject: [PATCH] Update repository link and branches names for c9s Now the fedora-selinux/selinux-policy repository is used for policy sources and both git and dist-git use the c9s branch. Related: RHEL-22960 --- make-rhat-patches.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make-rhat-patches.sh b/make-rhat-patches.sh index 4a8eade8..3116d0fd 100755 --- a/make-rhat-patches.sh +++ b/make-rhat-patches.sh @@ -2,9 +2,9 @@ DISTGIT_PATH=$(pwd) -RHEL_VERSION="rhel-9.4.0" -DISTGIT_BRANCH="rhel-9.4.0" -REPO_SELINUX_POLICY=${REPO_SELINUX_POLICY:-git@gitlab.cee.redhat.com:SELinux/selinux-policy.git} +RHEL_VERSION="c9s" +DISTGIT_BRANCH="c9s" +REPO_SELINUX_POLICY=${REPO_SELINUX_POLICY:-https://github.com/fedora-selinux/selinux-policy.git} REPO_SELINUX_POLICY_BRANCH=${REPO_SELINUX_POLICY_BRANCH:-$RHEL_VERSION} REPO_CONTAINER_SELINUX=${REPO_CONTAINER_SELINUX:-git@github.com:projectatomic/container-selinux.git} REPO_MACRO_EXPANDER=${REPO_MACRO_EXPANDER:-git@gitlab.cee.redhat.com:SELinux/macro-expander.git}