Skip to content

Commit

Permalink
c9s-mirror.repo: use https for repo baseurl
Browse files Browse the repository at this point in the history
We use https in the main c9s.repo file, so let's use it here
too to be consistent. Also, the RHCOS pipeline is migrating
to a new ITUP cluster which is restricting port 80, so
lets just use HTTPS on port 443 which is already open.

Co-authored-by: Aashish Radhakrishnan <[email protected]>
  • Loading branch information
marmijo and aaradhak committed Aug 15, 2024
1 parent 9d4fa02 commit 761db82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions c9s-mirror.repo
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@

[c9s-baseos-mirror]
name=CentOS Stream 9 - BaseOS
baseurl=http://mirror.stream.centos.org/9-stream/BaseOS/$basearch/os
baseurl=https://mirror.stream.centos.org/9-stream/BaseOS/$basearch/os
gpgcheck=1
repo_gpgcheck=0
enabled=1
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official

[c9s-appstream-mirror]
name=CentOS Stream 9 - AppStream
baseurl=http://mirror.stream.centos.org/9-stream/AppStream/$basearch/os
baseurl=https://mirror.stream.centos.org/9-stream/AppStream/$basearch/os
gpgcheck=1
repo_gpgcheck=0
enabled=1
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official

[c9s-nfv-mirror]
name=CentOS Stream 9 - NFV
baseurl=http://mirror.stream.centos.org/9-stream/NFV/$basearch/os
baseurl=https://mirror.stream.centos.org/9-stream/NFV/$basearch/os
gpgcheck=1
repo_gpgcheck=0
enabled=1
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official

[c9s-rt-mirror]
name=CentOS Stream 9 - RT
baseurl=http://mirror.stream.centos.org/9-stream/RT/$basearch/os
baseurl=https://mirror.stream.centos.org/9-stream/RT/$basearch/os
gpgcheck=1
repo_gpgcheck=0
enabled=1
Expand Down

0 comments on commit 761db82

Please sign in to comment.