Skip to content

Commit 7d3ccf6

Browse files
Adjust invalidation process
1 parent bcffb9f commit 7d3ccf6

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/release/process.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,8 @@ RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable
3939
If something goes wrong, and we rebuild stable artifacts, you'll need to
4040
invalidate the dev-static bucket for RCS to re-release it.
4141

42-
1. Download https://dev-static.rust-lang.org/dist/channel-rust-1.35.0.toml The
43-
version number must be less than the current release, but otherwise doesn't
44-
matter.
45-
1. Rename the file locally to channel-rust-stable.toml
46-
1. Upload the file to the dev-static bucket into the dist folder, replacing
47-
channel-rust-stable.toml.
48-
1. Go to CloudFront in AWS, to the dev-static bucket, and issue an invalidation
49-
for "/dist/channel-rust-stable.toml". This is necessary until
50-
https://github.com/rust-lang/rust-central-station/issues/49 is fixed.
42+
1. Obtain AWS credentials (i.e., `aws-creds.py` from `rust-lang/simpleinfra`).
43+
1. Run the `invalidate-dev-static-stable.sh` script in `rust-lang/simpleinfra`.
5144
1. (optional) login to central station, and run the following. This starts the
5245
dev-static promotion immediately, vs. waiting till the next hour.
5346

0 commit comments

Comments
 (0)