Skip to content

Commit

Permalink
[anza migration]: fix download link for net scripts (#219)
Browse files Browse the repository at this point in the history
(cherry picked from commit e682fec)

# Conflicts:
#	net/net.sh
#	scripts/agave-install-deploy.sh
  • Loading branch information
yihau authored and mergify[bot] committed Mar 21, 2024
1 parent 5562d8d commit 77bc30a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions net/net.sh
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,11 @@ prepareDeploy() {
if [[ -n $releaseChannel ]]; then
echo "Downloading release from channel: $releaseChannel"
rm -f "$SOLANA_ROOT"/solana-release.tar.bz2
<<<<<<< HEAD
declare updateDownloadUrl=https://release.solana.com/"$releaseChannel"/solana-release-x86_64-unknown-linux-gnu.tar.bz2
=======
declare updateDownloadUrl=https://release.anza.xyz/"$releaseChannel"/solana-release-x86_64-unknown-linux-gnu.tar.bz2
>>>>>>> e682fec28e ([anza migration]: fix download link for net scripts (#219))
(
set -x
curl -L -I "$updateDownloadUrl"
Expand Down
4 changes: 4 additions & 0 deletions scripts/agave-install-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ esac

case $TAG in
edge|beta)
<<<<<<< HEAD
DOWNLOAD_URL=https://release.solana.com/"$TAG"/solana-release-$TARGET.tar.bz2
=======
DOWNLOAD_URL=https://release.anza.xyz/"$TAG"/solana-release-$TARGET.tar.bz2
>>>>>>> e682fec28e ([anza migration]: fix download link for net scripts (#219))
;;
*)
DOWNLOAD_URL=https://github.com/solana-labs/solana/releases/download/"$TAG"/solana-release-$TARGET.tar.bz2
Expand Down

0 comments on commit 77bc30a

Please sign in to comment.