File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646# Add patches to xrootd source code if needed
4747git clone https://github.com/PelicanPlatform/xrootd.git
4848pushd xrootd
49- git checkout v5.8.1 -pelican
49+ git checkout v5.8.2 -pelican
5050mkdir xrootd_build
5151cd xrootd_build
5252cmake .. -GNinja
Original file line number Diff line number Diff 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}"
220220ARG 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
You can’t perform that action at this time.
0 commit comments