Skip to content

Commit

Permalink
Update xrdcl-pelican to v0.9.4
Browse files Browse the repository at this point in the history
This update, among other things, includes the ability to handle X509 auth
when caches speak to origins.
  • Loading branch information
jhiemstrawisc committed Sep 18, 2024
1 parent a33a5e7 commit 9380127
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion github_scripts/osx_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9380127

Please sign in to comment.