Skip to content

Commit a2a68e6

Browse files
committed
ci: redirect github repo to anza-xyz
1 parent b4de802 commit a2a68e6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci/upload-github-release-asset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626
# Force CI_REPO_SLUG since sometimes
2727
# BUILDKITE_TRIGGERED_FROM_BUILD_PIPELINE_SLUG is not set correctly, causing the
2828
# artifact upload to fail
29-
CI_REPO_SLUG=solana-labs/solana
29+
CI_REPO_SLUG=anza-xyz/agave
3030
#if [[ -z $CI_REPO_SLUG ]]; then
3131
# echo Error: CI_REPO_SLUG not defined
3232
# exit 1

install/solana-install-init.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
{ # this ensures the entire script is downloaded #
1717

1818
if [ -z "$SOLANA_DOWNLOAD_ROOT" ]; then
19-
SOLANA_DOWNLOAD_ROOT="https://github.com/solana-labs/solana/releases/download/"
19+
SOLANA_DOWNLOAD_ROOT="https://github.com/anza-xyz/agave/releases/download/"
2020
fi
21-
GH_LATEST_RELEASE="https://api.github.com/repos/solana-labs/solana/releases/latest"
21+
GH_LATEST_RELEASE="https://api.github.com/repos/anza-xyz/agave/releases/latest"
2222

2323
set -e
2424

install/src/command.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ pub fn init(
572572

573573
fn github_release_download_url(release_semver: &str) -> String {
574574
format!(
575-
"https://github.com/solana-labs/solana/releases/download/v{}/solana-release-{}.tar.bz2",
575+
"https://github.com/anza-xyz/agave/releases/download/v{}/solana-release-{}.tar.bz2",
576576
release_semver,
577577
crate::build_env::TARGET
578578
)
@@ -905,7 +905,7 @@ fn check_for_newer_github_release(
905905

906906
while page == 1 || releases.len() == PER_PAGE {
907907
let url = reqwest::Url::parse_with_params(
908-
"https://api.github.com/repos/solana-labs/solana/releases",
908+
"https://api.github.com/repos/anza-xyz/agave/releases",
909909
&[
910910
("per_page", &format!("{PER_PAGE}")),
911911
("page", &format!("{page}")),

0 commit comments

Comments
 (0)