Skip to content

Commit

Permalink
Merge pull request #1120 from jhiemstrawisc/fix-upstream-tags
Browse files Browse the repository at this point in the history
Fix --depth=1 bug that prevents from using upstream tags
  • Loading branch information
jhiemstrawisc authored Apr 15, 2024
2 parents eb07f39 + e2f5339 commit b8040c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_scripts/osx_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sudo mkdir -p /etc/xrootd/client.plugins.d/
sudo cp release_dir/etc/xrootd/client.plugins.d/pelican-plugin.conf /etc/xrootd/client.plugins.d/
popd

git clone --depth=1 https://github.com/PelicanPlatform/xrootd-s3-http.git
git clone --branch v0.1.1 https://github.com/PelicanPlatform/xrootd-s3-http.git
pushd xrootd-s3-http
git checkout v0.1.1
mkdir build
Expand Down

0 comments on commit b8040c0

Please sign in to comment.