Skip to content

Commit f622099

Browse files
committed
Update containerized xrootd to 5.8.2-1.3
1 parent 3a4fa50 commit f622099

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

github_scripts/osx_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ popd
4646
# Add patches to xrootd source code if needed
4747
git clone https://github.com/PelicanPlatform/xrootd.git
4848
pushd xrootd
49-
git checkout v5.8.1-pelican
49+
git checkout v5.8.2-pelican
5050
mkdir xrootd_build
5151
cd xrootd_build
5252
cmake .. -GNinja

images/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ RUN groupadd -g 10940 xrootd \
215215
# Pelican's patches are ingested into the OSG repositories.
216216
# NOTE: If you update this version, you must also update the version in
217217
# github_scripts/osx_install.sh
218-
ARG XROOTD_VER="5.8.1"
219-
ARG XROOTD_RELEASE="1.5.osg${OSG_SERIES}.${BASE_OS}"
218+
ARG XROOTD_VER="5.8.2"
219+
ARG XROOTD_RELEASE="1.3.osg${OSG_SERIES}.${BASE_OS}"
220220
ARG KOJIHUB_BASE_URL="https://kojihub2000.chtc.wisc.edu/kojifiles/packages/xrootd/${XROOTD_VER}/${XROOTD_RELEASE}"
221221

222222
# The packages from Koji need to be installed in a single dnf command in

0 commit comments

Comments
 (0)