Skip to content
Open
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 dev-tools/release/prepare_rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ git clone --single-branch --branch support/${VERSION_MM} git@github.com:apache/g
git clone --single-branch --branch develop git@github.com:apache/geode-native.git geode-native-develop
git clone --single-branch --branch support/${VERSION_MM} git@github.com:apache/geode-benchmarks.git
git clone --single-branch --branch develop git@github.com:apache/geode-benchmarks.git geode-benchmarks-develop
git clone --single-branch --branch master git@github.com:Homebrew/homebrew-core.git
git clone --single-branch --branch main git@github.com:Homebrew/homebrew-core.git

svn checkout https://dist.apache.org/repos/dist --depth empty
svn update --set-depth immediates --parents dist/release/geode
Expand Down
Loading