repo-install-test: Move from CentOS_8_Stream to CentOS_8

Change-Id: I233c3c944ac58823dc6ff489b5ecf1fdf56b3951
This commit is contained in:
Harald Welte 2020-12-22 07:33:54 +01:00
parent d386689e57
commit 7fc59fcc08
1 changed files with 4 additions and 4 deletions

View File

@ -62,14 +62,14 @@ configure_osmocom_repo_debian() {
configure_osmocom_repo_centos8() {
echo "Configuring Osmocom repository"
# Generate this file, based on the feed:
# https://download.opensuse.org/repositories/network:osmocom:latest/CentOS_8_Stream/network:osmocom:latest.repo
# https://download.opensuse.org/repositories/network:osmocom:latest/CentOS_8/network:osmocom:latest.repo
cat << EOF > /etc/yum.repos.d/network:osmocom:$FEED.repo
[network_osmocom_$FEED]
name=$FEED packages of the Osmocom project (CentOS_8_Stream)
name=$FEED packages of the Osmocom project (CentOS_8)
type=rpm-md
baseurl=https://download.opensuse.org/repositories/network:/osmocom:/$FEED/CentOS_8_Stream/
baseurl=https://download.opensuse.org/repositories/network:/osmocom:/$FEED/CentOS_8/
gpgcheck=1
gpgkey=https://download.opensuse.org/repositories/network:/osmocom:/$FEED/CentOS_8_Stream/repodata/repomd.xml.key
gpgkey=https://download.opensuse.org/repositories/network:/osmocom:/$FEED/CentOS_8/repodata/repomd.xml.key
enabled=1
EOF
}