Skip to content

Commit aa12dde

Browse files
committed
Download PUIAS repo from hosted file
1 parent 86e56ee commit aa12dde

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[PUIAS_6_computational]
2+
name=PUIAS computational Base $releasever - $basearch
3+
mirrorlist=http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch/mirrorlist
4+
#baseurl=http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch
5+
enabled=1
6+
gpgcheck=1
7+
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias

install/centos/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,11 @@ repositories only provide v1.7.1 which is not compatible with GitLab.
9999
Although the PUIAS offers an RPM to install the repo, it requires the
100100
other PUIAS repos as a dependency, so you'll have to add it manually.
101101

102-
Create `/etc/yum.repos.d/PUIAS_6_computational.repo` and add the following lines:
102+
Download PUIAS repo:
103103

104-
[PUIAS_6_computational]
105-
name=PUIAS computational Base $releasever - $basearch
106-
mirrorlist=http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch/mirrorlist
107-
#baseurl=http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch
108-
enabled=1
109-
gpgcheck=1
110-
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias
104+
wget -O /etc/yum.repos.d/PUIAS_6_computational.repo https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/install/centos/PUIAS_6_computational.repo
111105

112-
Next download and install the gpg key.
106+
Next download and install the gpg key:
113107

114108
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
115109
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-puias

0 commit comments

Comments
 (0)