Last active
December 10, 2015 12:48
-
-
Save ttakezawa/4436602 to your computer and use it in GitHub Desktop.
If "http://vault.centos.org/$releasever/os/Source/" does not exist, then you should set releasever by doing the following.
yumdownloader --source emacs --releasever=6.3
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
# CentOS-Base-source.repo | |
[base-source] | |
name=CentOS-$releasever – Base Source | |
baseurl=http://vault.centos.org/$releasever/os/Source/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=http://vault.centos.org/RPM-GPG-KEY-CentOS-6 | |
[updates-source] | |
name=CentOS-$releasever – Updates Source | |
baseurl=http://vault.centos.org/$releasever/updates/Source/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=http://vault.centos.org/RPM-GPG-KEY-CentOS-6 | |
[extras-source] | |
name=CentOS-$releasever – Extras Source | |
baseurl=http://vault.centos.org/$releasever/extras/Source/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=http://vault.centos.org/RPM-GPG-KEY-CentOS-6 | |
[centosplus-source] | |
name=CentOS-$releasever - Plus Source | |
baseurl=http://vault.centos.org/$releasever/centosplus/Source/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=http://vault.centos.org/RPM-GPG-KEY-CentOS-6 | |
# contrib source is unavailable. | |
#[contrib-source] | |
#name=CentOS-$releasever - Contrib Source | |
#baseurl=http://vault.centos.org/$releasever/contrib/Source/ | |
#gpgcheck=1 | |
#enabled=0 | |
#gpgkey=http://vault.centos.org/RPM-GPG-KEY-CentOS-6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment