File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,8 @@ RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable
3939If something goes wrong, and we rebuild stable artifacts, you'll need to
4040invalidate 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 ` .
51441 . (optional) login to central station, and run the following. This starts the
5245 dev-static promotion immediately, vs. waiting till the next hour.
5346
You can’t perform that action at this time.
0 commit comments