Skip to content

Instantly share code, notes, and snippets.

@gh0stwizard
Created June 23, 2017 07:56
Show Gist options
  • Save gh0stwizard/4637719598b67ed161befcbc8e14bad6 to your computer and use it in GitHub Desktop.
Save gh0stwizard/4637719598b67ed161befcbc8e14bad6 to your computer and use it in GitHub Desktop.
CentOS 6 source repository
[base-source]
name=CentOS-$releasever - Base Source
baseurl=http://vault.centos.org/centos/$releasever/os/Source/
gpgcheck=1
enabled=1
gpgkey=http://vault.centos.org/RPM-GPG-KEY-CentOS-6
protect=1
[updates-source]
name=CentOS-$releasever - Updates Source
baseurl=http://vault.centos.org/centos/$releasever/updates/Source/
gpgcheck=1
enabled=1
gpgkey=http://vault.centos.org/RPM-GPG-KEY-CentOS-6
protect=1
[extras-source]
name=CentOS-$releasever - Extras Source
baseurl=http://vault.centos.org/centos/$releasever/extras/Source/$basearch/
gpgcheck=1
enabled=1
gpgkey=http://vault.centos.org/RPM-GPG-KEY-CentOS-6
protect=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment