Created
April 3, 2013 10:22
-
-
Save dogukancagatay/5300034 to your computer and use it in GitHub Desktop.
CentOS linux.org.tr Repo Configuration
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
######################## | |
# CentOS linux.org.tr Repo Configuration | |
# | |
# Installation : Put the *.repo file | |
# in /etc/yum.repos.d/ and disable other | |
# mirror repo entries that points to the same repo | |
# | |
# Dogukan Cagatay <[email protected]> | |
######################## | |
[linuxorgtr-base] | |
name=repo for RHEL/ CentOS $releasever - $basearch | |
baseurl=http://ftp.linux.org.tr/centos/$releasever/os/$basearch/ | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=http://ftp.linux.org.tr/centos/RPM-GPG-KEY-CentOS-6 | |
[linuxorgtr-contrib] | |
name=repo for RHEL/ CentOS $releasever - $basearch | |
baseurl=http://ftp.linux.org.tr/centos/$releasever/contrib/$basearch/ | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=http://ftp.linux.org.tr/centos/RPM-GPG-KEY-CentOS-6 | |
[linuxorgtr-extras] | |
name=repo for RHEL/ CentOS $releasever - $basearch | |
baseurl=http://ftp.linux.org.tr/centos/$releasever/extras/$basearch/ | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=http://ftp.linux.org.tr/centos/RPM-GPG-KEY-CentOS-6 | |
[linuxorgtr-centosplus] | |
name=repo for RHEL/ CentOS $releasever - $basearch | |
baseurl=http://ftp.linux.org.tr/centos/$releasever/centosplus/$basearch/ | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=http://ftp.linux.org.tr/centos/RPM-GPG-KEY-CentOS-6 | |
[linuxorgtr-updates] | |
name=repo for RHEL/ CentOS $releasever - $basearch | |
baseurl=http://ftp.linux.org.tr/centos/$releasever/updates/$basearch/ | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=http://ftp.linux.org.tr/centos/RPM-GPG-KEY-CentOS-6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment