File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ RUN yum -y update \
101101# all our patches are ingested upstream in the OSG repos
102102ARG XROOTD_VERSION="5.7.2"
103103ARG 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}"
105105ARG 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
Original file line number Diff line number Diff 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
6464ARG 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}"
6666ARG 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
You can’t perform that action at this time.
0 commit comments