-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[centos6] Update repo file, point to centos vault (#54)
Change: - CentOS 6 is now EOL and the repos have moved to the centos vault. - reference: https://lists.centos.org/pipermail/centos-devel/2020-December/056208.html - Also add constraint around cffi so it builds on old gcc Signed-off-by: Rick Elrod <rick@elrod.me>
- Loading branch information
Showing
2 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[C6.10-base] | ||
name=CentOS-6.10 - Base | ||
baseurl=http://vault.centos.org/6.10/os/$basearch/ http://archive.kernel.org/centos-vault/6.10/os/$basearch/ | ||
gpgcheck=1 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 | ||
enabled=1 | ||
|
||
[C6.10-updates] | ||
name=CentOS-6.10 - Updates | ||
baseurl=http://vault.centos.org/6.10/updates/$basearch/ http://archive.kernel.org/centos-vault/6.10/updates/$basearch/ | ||
gpgcheck=1 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 | ||
enabled=1 | ||
|
||
[C6.10-extras] | ||
name=CentOS-6.10 - Extras | ||
baseurl=http://vault.centos.org/6.10/extras/$basearch/ http://archive.kernel.org/centos-vault/6.10/extras/$basearch/ | ||
gpgcheck=1 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 | ||
enabled=1 | ||
|
||
[C6.10-contrib] | ||
name=CentOS-6.10 - Contrib | ||
baseurl=http://vault.centos.org/6.10/contrib/$basearch/ http://archive.kernel.org/centos-vault/6.10/contrib/$basearch/ | ||
gpgcheck=1 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 | ||
enabled=1 | ||
|
||
[C6.10-centosplus] | ||
name=CentOS-6.10 - CentOSPlus | ||
baseurl=http://vault.centos.org/6.10/centosplus/$basearch/ http://archive.kernel.org/centos-vault/6.10/centosplus/$basearch/ | ||
gpgcheck=1 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 | ||
enabled=1 |