Created
November 27, 2013 17:09
-
-
Save juliandunn/7679336 to your computer and use it in GitHub Desktop.
What's in yum.repos.d on a RHEL box?
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
[vagrant@db2-berkshelf yum.repos.d]$ ls /etc/yum.repos.d | |
rhel-source.repo | |
[vagrant@db2-berkshelf yum.repos.d]$ cat rhel-source.repo | |
[rhel-source] | |
name=Red Hat Enterprise Linux $releasever - $basearch - Source | |
baseurl=ftp://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/SRPMS/ | |
enabled=0 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release | |
[rhel-source-beta] | |
name=Red Hat Enterprise Linux $releasever Beta - $basearch - Source | |
baseurl=ftp://ftp.redhat.com/pub/redhat/linux/beta/$releasever/en/os/SRPMS/ | |
enabled=0 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment