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,6 +1,6 @@
|
|||
[infrastructure]
|
||||
name=Extras Packages from Fedora Infrastructure $releasever - $basearch
|
||||
baseurl=http://infrastructure.fedoraproject.org/repo/$releasever/$basearch/
|
||||
baseurl=https://infrastructure.fedoraproject.org/repo/$releasever/$basearch/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://infrastructure.fedoraproject.org/repo/RPM-GPG-KEY-INFRASTRUCTURE
|
||||
gpgkey=https://infrastructure.fedoraproject.org/repo/RPM-GPG-KEY-INFRASTRUCTURE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue