File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,13 @@ Decide on a time to do the release, T.
121
121
122
122
```
123
123
docker exec -d -it `docker ps -l -q` bash -c \
124
- 'promote-release /tmp/stable stable /src/ data/secrets.toml 2>&1 | logger --tag release-stable-realz'
124
+ 'promote-release /tmp/stable stable /data/secrets.toml 2>&1 | logger --tag release-stable-realz'
125
125
```
126
126
127
127
That'll, in the background, schedule the ` promote-release ` binary to run on the
128
128
production secrets (not the dev secrets). That'll sign everything, upload it,
129
129
update the html index pages, and invalidate the CDN. Note that this takes about
130
- 30 minutes right now.
130
+ 30 minutes right now. Logs are in ` /opt/rcs/logs ` .
131
131
132
132
* ** T-20m** - Merge the website. Travis may have a big backlog, cancel
133
133
rust-lang/rust PR builds or other builds until this build is scheduled.
You can’t perform that action at this time.
0 commit comments