Skip to content

Commit

Permalink
Fix URLs for CERN hosted RPM repositories (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger authored Dec 15, 2020
1 parent ff4dad4 commit afac62f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions centos7-lcg97apython3-gcc9/lcg.repo
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[lcg]
name=Legacy LCG Releases
baseurl=https://lcgpackages.web.cern.ch/lcgpackages/rpms
baseurl=https://lcgpackages.web.cern.ch/rpms
enabled=1
gpgcheck=0
protect=0

[lcg-updates]
name=Legacy LCG Releases Updates
baseurl=https://lcgpackages.web.cern.ch/lcgpackages/rpms_updates
baseurl=https://lcgpackages.web.cern.ch/rpms_updates
enabled=1
gpgcheck=0
protect=0

[lcg-contrib]
name=LCG contrib (gcc, clang, binutils, ...)
baseurl=https://lcgpackages.web.cern.ch/lcgpackages/lcg/contrib/7/
baseurl=https://lcgpackages.web.cern.ch/lcg/contrib/7/
gpgcheck=0
enabled=1
protect=0

[lcg-97]
name=LCG 97 Releases
baseurl=https://lcgpackages.web.cern.ch/lcgpackages/lcg/repo/7/LCG_97/
baseurl=https://lcgpackages.web.cern.ch/lcg/repo/7/LCG_97/
gpgcheck=0
enabled=1
protect=0
Expand Down
8 changes: 4 additions & 4 deletions centos7-lcg98python3-gcc10/lcg.repo
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[lcg]
name=Legacy LCG Releases
baseurl=https://lcgpackages.web.cern.ch/lcgpackages/rpms
baseurl=https://lcgpackages.web.cern.ch/rpms
enabled=1
gpgcheck=0
protect=0

[lcg-updates]
name=Legacy LCG Releases Updates
baseurl=https://lcgpackages.web.cern.ch/lcgpackages/rpms_updates
baseurl=https://lcgpackages.web.cern.ch/rpms_updates
enabled=1
gpgcheck=0
protect=0

[lcg-contrib]
name=LCG contrib (gcc, clang, binutils, ...)
baseurl=https://lcgpackages.web.cern.ch/lcgpackages/lcg/contrib/7/
baseurl=https://lcgpackages.web.cern.ch/lcg/contrib/7/
gpgcheck=0
enabled=1
protect=0

[lcg-98]
name=LCG 98 Releases
baseurl=https://lcgpackages.web.cern.ch/lcgpackages/lcg/repo/7/LCG_98/
baseurl=https://lcgpackages.web.cern.ch/lcg/repo/7/LCG_98/
gpgcheck=0
enabled=1
protect=0
Expand Down
2 changes: 1 addition & 1 deletion ubuntu2004/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ENV PREFIX /usr/local

# Geant4
RUN mkdir src \
&& ${GET} https://geant4-data.web.cern.ch/geant4-data/releases/geant4.10.06.p01.tar.gz \
&& ${GET} https://geant4-data.web.cern.ch/releases/geant4.10.06.p01.tar.gz \
| ${UNPACK_TO_SRC} \
&& cmake -B build -S src -GNinja \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit afac62f

Please sign in to comment.