Created
December 9, 2013 02:14
-
-
Save hmkz/7866489 to your computer and use it in GitHub Desktop.
centos3.9 /etc/yum.conf
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
[main] | |
cachedir=/var/cache/yum | |
debuglevel=2 | |
logfile=/var/log/yum.log | |
pkgpolicy=newest | |
distroverpkg=redhat-release | |
installonlypkgs=kernel kernel-smp kernel-hugemem kernel-enterprise kernel-debug kernel-unsupported kernel-smp-unsupported kernel-hugemem-unsupported | |
tolerant=1 | |
exactarch=1 | |
[base] | |
name=CentOS-3.9 - Base | |
baseurl=http://vault.centos.org/3.9/os/$basearch/ | |
gpgcheck=1 | |
#released updates | |
[update] | |
name=CentOS-3.9 - Updates | |
baseurl=http://vault.centos.org/3.9/updates/$basearch/ | |
gpgcheck=1 | |
#packages used/produced in the build but not released | |
[addons] | |
name=CentOS-3.9 - Addons | |
baseurl=http://vault.centos.org/3.9/addons/$basearch/ | |
gpgcheck=1 | |
#additional packages that may be useful | |
[extras] | |
name=CentOS-3.9 - Extras | |
baseurl=http://vault.centos.org/3.9/extras/$basearch/ | |
gpgcheck=1 | |
#additional packages that extend functionality of existing packages | |
[centosplus] | |
name=CentOS-3.9 - Plus | |
baseurl=http://vault.centos.org/3.9/centosplus/$basearch/ | |
gpgcheck=1 | |
#packages in testing | |
#[testing] | |
#name=CentOS-3.9 - Testing | |
#baseurl=http://vault.centos.org/3.9/testing/$basearch/ | |
#gpgcheck=1 | |
#between point release supported updates | |
#[fasttrack] | |
#name=CentOS-3.9 - Fasttrack | |
#baseurl=http://vault.centos.org/3.9/fasttrack/$basearch/ | |
#gpgcheck=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment