Skip to content

Commit 7ccff04

Browse files
committed
Update documentation for Rustup release process
1 parent c4cff77 commit 7ccff04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/rustup.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ impl Context {
1515
///
1616
/// `rustup` uses different branches to manage releases. Whenever a commit is pushed to the
1717
/// `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}/`.
1919
///
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
2121
/// 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.
2525
///
2626
/// If the release is for the `stable` channel, the artifacts are also copied to the `dist/`
2727
/// path in the `UPLOAD_BUCKET` bucket. The `dist/` path is used by the `rustup` installer to

0 commit comments

Comments
 (0)