Skip to content

Commit 39e69a9

Browse files
Merge pull request #1983 from Saartank/update_xrootd_release_to_1_5
Update xrootd release version to 1.5.purge.osg
2 parents c9c2b84 + cbb952b commit 39e69a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ RUN yum -y update \
101101
# all our patches are ingested upstream in the OSG repos
102102
ARG XROOTD_VERSION="5.7.2"
103103
ARG XROOTD_ARCH="x86_64"
104-
ARG XROOTD_RELEASE="1.4.purge.osg${BASE_OSG_SERIES}.${BASE_OS}"
104+
ARG XROOTD_RELEASE="1.5.purge.osg${BASE_OSG_SERIES}.${BASE_OS}"
105105
ARG KOJIHUB_BASE_URL="https://kojihub2000.chtc.wisc.edu/kojifiles/packages/xrootd/${XROOTD_VERSION}/${XROOTD_RELEASE}"
106106

107107
# Define packages and install them. Note that they have to be installed in the same yum command to avoid

images/dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ gpgcheck=0' > /etc/yum.repos.d/goreleaser.repo
6262
# Pin XRootD installs to RPMs from Koji -- this is intended to be a temporary measure until
6363
# all our patches are ingested upstream in the OSG repos
6464
ARG XROOTD_VERSION="5.7.2"
65-
ARG XROOTD_RELEASE="1.4.purge.osg${BASE_OSG_SERIES}.${BASE_OS}"
65+
ARG XROOTD_RELEASE="1.5.purge.osg${BASE_OSG_SERIES}.${BASE_OS}"
6666
ARG KOJIHUB_BASE_URL="https://kojihub2000.chtc.wisc.edu/kojifiles/packages/xrootd/${XROOTD_VERSION}/${XROOTD_RELEASE}"
6767

6868
# Define packages and install them. Note that they have to be installed in the same yum command to avoid

0 commit comments

Comments
 (0)