Last active
November 25, 2018 14:37
-
-
Save yuikns/704cc2d672624e5c56d7 to your computer and use it in GitHub Desktop.
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
# ref : http://springdale.math.ias.edu/wiki/YumRepositories6 | |
# to impport gpg-key , you should : | |
# curl -o /etc/pki/rpm-gpg/RPM-GPG-KEY-puias http://springdale.math.ias.edu/data/puias/7/x86_64/os/RPM-GPG-KEY-puias | |
# or : | |
# rpm --import http://springdale.math.ias.edu/data/puias/7/x86_64/os/RPM-GPG-KEY-puias | |
# additional , you may also use : | |
# curl -o /etc/pki/rpm-gpg/RPM-GPG-KEY-springdale http://springdale.math.ias.edu/data/puias/7/x86_64/os/RPM-GPG-KEY-springdale | |
[puias_core_Base] | |
name=PUIAS core Base $releasever - $basearch | |
mirrorlist=http://puias.math.ias.edu/data/puias/$releasever/$basearch/os/mirrorlist | |
#baseurl=http://puias.math.ias.edu/data/puias/$releasever/$basearch/os | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias | |
[puias_core_Updates] | |
name=PUIAS core Updates $releasever - $basearch | |
mirrorlist=http://puias.math.ias.edu/data/puias/updates/$releasever/en/os/$basearch/mirrorlist | |
#baseurl=http://puias.math.ias.edu/data/puias/updates/$releasever/en/os/$basearch | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias | |
[puias_addons] | |
name=PUIAS addons Base $releasever - $basearch | |
mirrorlist=http://puias.math.ias.edu/data/puias/$releasever/$basearch/os/Addons/mirrorlist | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias | |
[puias_addons_Updates] | |
name=PUIAS addons Updates $releasever - $basearch | |
mirrorlist=http://puias.math.ias.edu/data/puias/updates/$releasever/en/Addons/$basearch/mirrorlist | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias | |
[puias_unsupported] | |
name=PUIAS unsupported Base $releasever - $basearch | |
mirrorlist=http://puias.math.ias.edu/data/puias/unsupported/$releasever/$basearch/mirrorlist | |
#baseurl=http://puias.math.ias.edu/data/puias/unsupported/$releasever/$basearch | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias | |
[puias_computational] | |
name=PUIAS computational Base $releasever - $basearch | |
mirrorlist=http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch/mirrorlist | |
#baseurl=http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment