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
This commit is contained in:
Zdenek Pytela 2024-04-15 14:52:52 +02:00
parent 1b5f5feb56
commit e04ed68484

View File

@ -2,9 +2,9 @@
DISTGIT_PATH=$(pwd) DISTGIT_PATH=$(pwd)
RHEL_VERSION="rhel-9.4.0" RHEL_VERSION="c9s"
DISTGIT_BRANCH="rhel-9.4.0" DISTGIT_BRANCH="c9s"
REPO_SELINUX_POLICY=${REPO_SELINUX_POLICY:-git@gitlab.cee.redhat.com:SELinux/selinux-policy.git} 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_SELINUX_POLICY_BRANCH=${REPO_SELINUX_POLICY_BRANCH:-$RHEL_VERSION}
REPO_CONTAINER_SELINUX=${REPO_CONTAINER_SELINUX:-git@github.com:projectatomic/container-selinux.git} 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} REPO_MACRO_EXPANDER=${REPO_MACRO_EXPANDER:-git@gitlab.cee.redhat.com:SELinux/macro-expander.git}