File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
# upload install script
27
27
source ci/upload-ci-artifact.sh
28
28
29
- cat > release.solana.com -install << EOF
29
+ cat > release.anza.xyz -install << EOF
30
30
SOLANA_RELEASE=$CHANNEL_OR_TAG
31
31
SOLANA_INSTALL_INIT_ARGS=$CHANNEL_OR_TAG
32
- SOLANA_DOWNLOAD_ROOT=https://release.solana.com
32
+ SOLANA_DOWNLOAD_ROOT=https://release.anza.xyz
33
33
EOF
34
- cat install/solana-install-init.sh >> release.solana.com -install
34
+ cat install/solana-install-init.sh >> release.anza.xyz -install
35
35
36
36
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"
38
38
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
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ for file in "${TARBALL_BASENAME}"-$TARGET.tar.bz2 "${TARBALL_BASENAME}"-$TARGET.
122
122
upload-gcs-artifact " /solana/$file " gs://anza-release/" $CHANNEL_OR_TAG " /" $file "
123
123
124
124
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 "
126
126
127
127
if [[ -n $TAG ]]; then
128
128
ci/upload-github-release-asset.sh " $file "
Original file line number Diff line number Diff line change @@ -580,15 +580,15 @@ fn github_release_download_url(release_semver: &str) -> String {
580
580
581
581
fn release_channel_download_url ( release_channel : & str ) -> String {
582
582
format ! (
583
- "https://release.solana.com /{}/solana-release-{}.tar.bz2" ,
583
+ "https://release.anza.xyz /{}/solana-release-{}.tar.bz2" ,
584
584
release_channel,
585
585
crate :: build_env:: TARGET
586
586
)
587
587
}
588
588
589
589
fn release_channel_version_url ( release_channel : & str ) -> String {
590
590
format ! (
591
- "https://release.solana.com /{}/solana-release-{}.yml" ,
591
+ "https://release.anza.xyz /{}/solana-release-{}.yml" ,
592
592
release_channel,
593
593
crate :: build_env:: TARGET
594
594
)
You can’t perform that action at this time.
0 commit comments