File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ impl Context {
15
15
///
16
16
/// `rustup` uses different branches to manage releases. Whenever a commit is pushed to the
17
17
/// `stable` branch in [rust-lang/rustup], GitHub Actions workflows build release artifacts and
18
- /// copy them into `s3://dev-static-rust-lang-org/rustup/dist /`.
18
+ /// copy them into `s3://rustup-builds/builds/${commit-sha} /`.
19
19
///
20
- /// When a new release is done and this method is invoked, it downloads the artifacts from that
20
+ /// When a new release is cut and this method is invoked, it downloads the artifacts from that
21
21
/// bucket (which must always be set as the `DOWNLOAD_BUCKET` variable). A copy of the artifacts
22
- /// is archived in `s3://${UPLOAD_BUCKET}/rustup/archive/${version}/`, where `version` is passed
23
- /// to this program as a command-line argument . `UPLOAD_BUCKET` can either be the `dev-static`
24
- /// or the `static` bucket.
22
+ /// is archived in `s3://${UPLOAD_BUCKET}/rustup/archive/${version}/`, where `version` is
23
+ /// derived from the Cargo.toml file in the `stable` branch . `UPLOAD_BUCKET` can either be the
24
+ /// `dev-static` or the `static` bucket.
25
25
///
26
26
/// If the release is for the `stable` channel, the artifacts are also copied to the `dist/`
27
27
/// path in the `UPLOAD_BUCKET` bucket. The `dist/` path is used by the `rustup` installer to
You can’t perform that action at this time.
0 commit comments