Created
November 30, 2018 11:37
-
-
Save leandroembu/b05b86adaf73195c6b3405880a7f3cd4 to your computer and use it in GitHub Desktop.
CentOS-Debuginfo.repo
This file contains hidden or 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
# CentOS-Debug.repo | |
# | |
# The mirror system uses the connecting IP address of the client and the | |
# update status of each mirror to pick mirrors that are updated to and | |
# geographically close to the client. You should use this for CentOS updates | |
# unless you are manually picking other mirrors. | |
# | |
# All debug packages from all the various CentOS-7 releases | |
# are merged into a single repo, split by BaseArch | |
# | |
# Note: packages in the debuginfo repo are currently not signed | |
# | |
[base-debuginfo] | |
name=CentOS-7 - Debuginfo | |
baseurl=http://debuginfo.centos.org/7/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment