Skip to content

Commit b3b37df

Browse files
committed
replace release.solana.com with release.anza.xyz
1 parent 84ccb9c commit b3b37df

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ci/publish-installer.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ fi
2626
# upload install script
2727
source ci/upload-ci-artifact.sh
2828

29-
cat >release.solana.com-install <<EOF
29+
cat >release.anza.xyz-install <<EOF
3030
SOLANA_RELEASE=$CHANNEL_OR_TAG
3131
SOLANA_INSTALL_INIT_ARGS=$CHANNEL_OR_TAG
32-
SOLANA_DOWNLOAD_ROOT=https://release.solana.com
32+
SOLANA_DOWNLOAD_ROOT=https://release.anza.xyz
3333
EOF
34-
cat install/solana-install-init.sh >>release.solana.com-install
34+
cat install/solana-install-init.sh >>release.anza.xyz-install
3535

3636
echo --- GCS: "install"
37-
upload-gcs-artifact "/solana/release.solana.com-install" "gs://anza-release/$CHANNEL_OR_TAG/install"
37+
upload-gcs-artifact "/solana/release.anza.xyz-install" "gs://anza-release/$CHANNEL_OR_TAG/install"
3838
echo Published to:
39-
ci/format-url.sh https://release.solana.com/"$CHANNEL_OR_TAG"/install
39+
ci/format-url.sh https://release.anza.xyz/"$CHANNEL_OR_TAG"/install

ci/publish-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ for file in "${TARBALL_BASENAME}"-$TARGET.tar.bz2 "${TARBALL_BASENAME}"-$TARGET.
122122
upload-gcs-artifact "/solana/$file" gs://anza-release/"$CHANNEL_OR_TAG"/"$file"
123123

124124
echo Published to:
125-
$DRYRUN ci/format-url.sh https://release.solana.com/"$CHANNEL_OR_TAG"/"$file"
125+
$DRYRUN ci/format-url.sh https://release.anza.xyz/"$CHANNEL_OR_TAG"/"$file"
126126

127127
if [[ -n $TAG ]]; then
128128
ci/upload-github-release-asset.sh "$file"

install/src/command.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,15 +580,15 @@ fn github_release_download_url(release_semver: &str) -> String {
580580

581581
fn release_channel_download_url(release_channel: &str) -> String {
582582
format!(
583-
"https://release.solana.com/{}/solana-release-{}.tar.bz2",
583+
"https://release.anza.xyz/{}/solana-release-{}.tar.bz2",
584584
release_channel,
585585
crate::build_env::TARGET
586586
)
587587
}
588588

589589
fn release_channel_version_url(release_channel: &str) -> String {
590590
format!(
591-
"https://release.solana.com/{}/solana-release-{}.yml",
591+
"https://release.anza.xyz/{}/solana-release-{}.yml",
592592
release_channel,
593593
crate::build_env::TARGET
594594
)

0 commit comments

Comments
 (0)