Skip to content

Commit

Permalink
Had some issues with the PUIAS repo- here's how I got it working
Browse files Browse the repository at this point in the history
  • Loading branch information
cdayjr committed Nov 16, 2013
1 parent b0c3231 commit 2de4350
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions install/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,26 @@ The [PUIAS Computational][PUIAS] repository is a part of [PUIAS/Springdale Linux
a custom Red Hat® distribution maintained by [Princeton University][PU] and the
[Institute for Advanced Study][IAS]. We take advantage of the PUIAS
Computational repository to obtain a git v1.8.x package since the base CentOS
repositories only provide v1.7.1 which is not compatible with GitLab.
repositories only provide v1.7.1 which is not compatible with GitLab. Although the PUIAS Computational repo offers an RPM, it requires the other PUIAS repos as a dependency, so you'll have to add it manually.

Install the PUIAS Computational repository rpm
Create /etc/yum.repos.d/PUIAS_6_computational.repo and add the following lines:

sudo rpm -Uvh http://puias.math.ias.edu/data/puias/6/x86_64/os/Packages/springdale-computational-6-2.sdl6.10.noarch.rpmo
[PUIAS_6_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
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias

Next download and install the gpg key.

sudo wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-puias http://springdale.math.ias.edu/data/puias/6/x86_64/os/RPM-GPG-KEY-puias
sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-puias

Verify that the key got installed successfully:

sudo rpm -qa gpg*
gpg-pubkey-41a40948-4ce19266

Verify that the EPEL and PUIAS Computational repositories are enabled as shown below:

Expand Down

0 comments on commit 2de4350

Please sign in to comment.