From 9380127a3511bc5502d2c0b925dc7ae4c607a950 Mon Sep 17 00:00:00 2001 From: Justin Hiemstra Date: Wed, 18 Sep 2024 14:00:20 +0000 Subject: [PATCH] Update xrdcl-pelican to v0.9.4 This update, among other things, includes the ability to handle X509 auth when caches speak to origins. --- github_scripts/osx_install.sh | 2 +- images/Dockerfile | 2 +- images/dev.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/github_scripts/osx_install.sh b/github_scripts/osx_install.sh index f62546b89..44c956daa 100755 --- a/github_scripts/osx_install.sh +++ b/github_scripts/osx_install.sh @@ -48,7 +48,7 @@ ninja ninja install popd -git clone --depth=1 https://github.com/PelicanPlatform/xrdcl-pelican.git +git clone --branch v0.9.4 https://github.com/PelicanPlatform/xrdcl-pelican.git pushd xrdcl-pelican mkdir build cd build diff --git a/images/Dockerfile b/images/Dockerfile index 8390ad6d3..1afe84169 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -69,7 +69,7 @@ ADD https://api.github.com/repos/PelicanPlatform/xrdcl-pelican/git/refs/heads/ma RUN \ git clone https://github.com/PelicanPlatform/xrdcl-pelican.git && \ cd xrdcl-pelican && \ - git reset 9562795 --hard && \ + git checkout v0.9.4 && \ mkdir build && cd build && \ cmake -DLIB_INSTALL_DIR=/usr/lib64 .. && \ make && make install diff --git a/images/dev.Dockerfile b/images/dev.Dockerfile index 3bd05b258..b44580a07 100644 --- a/images/dev.Dockerfile +++ b/images/dev.Dockerfile @@ -68,7 +68,7 @@ ADD https://api.github.com/repos/PelicanPlatform/xrdcl-pelican/git/refs/heads/ma RUN \ git clone https://github.com/PelicanPlatform/xrdcl-pelican.git && \ cd xrdcl-pelican && \ - git reset cbd6850 --hard && \ + git checkout v0.9.4 && \ mkdir build && cd build && \ cmake -DLIB_INSTALL_DIR=/usr/lib64 .. && \ make && make install