base repos: make everything pointing to infrastructure use https
There's no reason any of these should be http. https://infrastructure.fedoraproject.org should be valid and work everywhere. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6f949fe3eb
commit
1da5038fcb
17 changed files with 48 additions and 48 deletions
|
@ -1,19 +1,19 @@
|
|||
[rhel7-power9-dvd]
|
||||
name = rhel7-power9 base dvd
|
||||
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/RHEL7.6-power9/
|
||||
baseurl=https://infrastructure.fedoraproject.org/repo/rhel/RHEL7.6-power9/
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
||||
|
||||
[rhel7-power9-base]
|
||||
name = rhel7-power9 base $basearch
|
||||
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/power9/$basearch/rhel-7-server-power9
|
||||
baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel7/power9/$basearch/rhel-7-server-power9
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
||||
|
||||
[rhel7-power9-optional]
|
||||
name = rhel7-power9 optional $basearch
|
||||
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/power9/$basearch/rhel-7-server-power9-optional
|
||||
baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel7/power9/$basearch/rhel-7-server-power9-optional
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
||||
|
||||
[rhel7-power9-extras]
|
||||
name = rhel7-power9 extras $basearch
|
||||
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/power9/$basearch/rhel-7-server-power9-extras
|
||||
baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel7/power9/$basearch/rhel-7-server-power9-extras
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue