Skip to content

Commit

Permalink
Merge pull request #1983 from Saartank/update_xrootd_release_to_1_5
Browse files Browse the repository at this point in the history
Update xrootd release version to 1.5.purge.osg
  • Loading branch information
jhiemstrawisc authored Feb 6, 2025
2 parents c9c2b84 + cbb952b commit 39e69a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RUN yum -y update \
# all our patches are ingested upstream in the OSG repos
ARG XROOTD_VERSION="5.7.2"
ARG XROOTD_ARCH="x86_64"
ARG XROOTD_RELEASE="1.4.purge.osg${BASE_OSG_SERIES}.${BASE_OS}"
ARG XROOTD_RELEASE="1.5.purge.osg${BASE_OSG_SERIES}.${BASE_OS}"
ARG KOJIHUB_BASE_URL="https://kojihub2000.chtc.wisc.edu/kojifiles/packages/xrootd/${XROOTD_VERSION}/${XROOTD_RELEASE}"

# Define packages and install them. Note that they have to be installed in the same yum command to avoid
Expand Down
2 changes: 1 addition & 1 deletion images/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gpgcheck=0' > /etc/yum.repos.d/goreleaser.repo
# Pin XRootD installs to RPMs from Koji -- this is intended to be a temporary measure until
# all our patches are ingested upstream in the OSG repos
ARG XROOTD_VERSION="5.7.2"
ARG XROOTD_RELEASE="1.4.purge.osg${BASE_OSG_SERIES}.${BASE_OS}"
ARG XROOTD_RELEASE="1.5.purge.osg${BASE_OSG_SERIES}.${BASE_OS}"
ARG KOJIHUB_BASE_URL="https://kojihub2000.chtc.wisc.edu/kojifiles/packages/xrootd/${XROOTD_VERSION}/${XROOTD_RELEASE}"

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

0 comments on commit 39e69a9

Please sign in to comment.