Skip to content

Instantly share code, notes, and snippets.

@fanjavaid
Created April 17, 2013 02:33
Show Gist options
  • Save fanjavaid/5401358 to your computer and use it in GitHub Desktop.
Save fanjavaid/5401358 to your computer and use it in GitHub Desktop.
CentOS-Base.repo
[base]
name=CentOS
baseurl=http://mirror.centos.org/centos/5/os/x86_64
enabled=1
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos
[update]
name=CentOS
baseurl=http://mirror.centos.org/centos/5/updates/x86_64
enabled=1
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos
[addons]
name=CentOS
baseurl=http://mirror.centos.org/centos/5/addons/x86_64
enabled=1
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos
[centosplus]
name=CentOS
baseurl=http://mirror.centos.org/centos/5/centosplus/x86_64
enabled=1
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos
[extras]
name=CentOS
baseurl=http://mirror.centos.org/centos/5/extras/x86_64
enabled=1
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos
[fasttrack]
name=CentOS
baseurl=http://mirror.centos.org/centos/5/fasttrack/x86_64
enabled=1
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment