Skip to content

Commit 5cb95a4

Browse files
committed
Update install URL to oxidecomputer
1 parent e80603e commit 5cb95a4

File tree

57 files changed

+263
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+263
-284
lines changed

β€Žcargo-dist/src/backend/ci/mod.rsβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub mod github;
1515

1616
/// The current version of dist
1717
const SELF_DIST_VERSION: &str = env!("CARGO_PKG_VERSION");
18-
const BASE_DIST_FETCH_URL: &str = "https://github.com/axodotdev/cargo-dist/releases/download";
18+
const BASE_DIST_FETCH_URL: &str = "https://github.com/oxidecomputer/cargo-dist/releases/download";
1919

2020
// NOTE: This is hard-coded to download latest.
2121
const BASE_CARGO_AUDITABLE_FETCH_LATEST_URL: &str =
@@ -130,7 +130,7 @@ impl InstallStrategy for DistInstallStrategy {
130130
"curl --proto '=https' --tlsv1.2 -LsSf {installer_url}/{installer_name}.sh | sh"
131131
),
132132
DistInstallStrategy::GitBranch { branch } => format!(
133-
"cargo install --git https://github.com/axodotdev/cargo-dist/ --branch={branch} cargo-dist"
133+
"cargo install --git https://github.com/oxidecomputer/cargo-dist/ --branch={branch} cargo-dist"
134134
),
135135
}).into()
136136
}
@@ -142,7 +142,7 @@ impl InstallStrategy for DistInstallStrategy {
142142
"irm {installer_url}/{installer_name}.ps1 | iex"
143143
),
144144
DistInstallStrategy::GitBranch { branch } => format!(
145-
"cargo install --git https://github.com/axodotdev/cargo-dist/ --branch={branch} cargo-dist"
145+
"cargo install --git https://github.com/oxidecomputer/cargo-dist/ --branch={branch} cargo-dist"
146146
),
147147
}).into()
148148
}

β€Žcargo-dist/tests/snapshots/akaikatana_basic.snapβ€Ž

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcargo-dist/tests/snapshots/akaikatana_musl.snapβ€Ž

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcargo-dist/tests/snapshots/akaikatana_one_alias_among_many_binaries.snapβ€Ž

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcargo-dist/tests/snapshots/akaikatana_two_bin_aliases.snapβ€Ž

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcargo-dist/tests/snapshots/akaikatana_updaters.snapβ€Ž

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)