File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
# Force CI_REPO_SLUG since sometimes
27
27
# BUILDKITE_TRIGGERED_FROM_BUILD_PIPELINE_SLUG is not set correctly, causing the
28
28
# artifact upload to fail
29
- CI_REPO_SLUG=solana-labs/solana
29
+ CI_REPO_SLUG=anza-xyz/agave
30
30
# if [[ -z $CI_REPO_SLUG ]]; then
31
31
# echo Error: CI_REPO_SLUG not defined
32
32
# exit 1
Original file line number Diff line number Diff line change 16
16
{ # this ensures the entire script is downloaded #
17
17
18
18
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/"
20
20
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"
22
22
23
23
set -e
24
24
Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ pub fn init(
572
572
573
573
fn github_release_download_url ( release_semver : & str ) -> String {
574
574
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" ,
576
576
release_semver,
577
577
crate :: build_env:: TARGET
578
578
)
@@ -905,7 +905,7 @@ fn check_for_newer_github_release(
905
905
906
906
while page == 1 || releases. len ( ) == PER_PAGE {
907
907
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" ,
909
909
& [
910
910
( "per_page" , & format ! ( "{PER_PAGE}" ) ) ,
911
911
( "page" , & format ! ( "{page}" ) ) ,
You can’t perform that action at this time.
0 commit comments