Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion github_scripts/osx_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ popd
# Add patches to xrootd source code if needed
git clone https://github.com/PelicanPlatform/xrootd.git
pushd xrootd
git checkout v5.8.1-pelican
git checkout v5.8.2-pelican
mkdir xrootd_build
cd xrootd_build
cmake .. -GNinja
Expand Down
4 changes: 2 additions & 2 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ RUN groupadd -g 10940 xrootd \
# Pelican's patches are ingested into the OSG repositories.
# NOTE: If you update this version, you must also update the version in
# github_scripts/osx_install.sh
ARG XROOTD_VER="5.8.1"
ARG XROOTD_RELEASE="1.5.osg${OSG_SERIES}.${BASE_OS}"
ARG XROOTD_VER="5.8.2"
ARG XROOTD_RELEASE="1.3.osg${OSG_SERIES}.${BASE_OS}"
ARG KOJIHUB_BASE_URL="https://kojihub2000.chtc.wisc.edu/kojifiles/packages/xrootd/${XROOTD_VER}/${XROOTD_RELEASE}"

# The packages from Koji need to be installed in a single dnf command in
Expand Down
Loading