diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-06-23 22:38:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-23 22:38:58 +0200 |
| commit | 0eff9fb05a8a8d2311b8be236ef73699d63699d9 (patch) | |
| tree | f5c4f9d1fdbf50d6b9bb14d76ba703ae1957d1b1 | |
| parent | f016552b1cbdf4c6acefa3dd2d69f658c8814cf8 (diff) | |
| parent | 455e2f9027bdc69bc2cbd9aa2d29fa2401b35219 (diff) | |
| download | rust-0eff9fb05a8a8d2311b8be236ef73699d63699d9.tar.gz rust-0eff9fb05a8a8d2311b8be236ef73699d63699d9.zip | |
Rollup merge of #126612 - ehuss:build-manifest-readme, r=Mark-Simulacrum
Update outdated README in build-manifest. I believe this was changed a while ago in https://github.com/rust-lang/promote-release/pull/14.
| -rw-r--r-- | src/tools/build-manifest/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/build-manifest/README.md b/src/tools/build-manifest/README.md index 9d30c554186..2ea1bffb35f 100644 --- a/src/tools/build-manifest/README.md +++ b/src/tools/build-manifest/README.md @@ -4,7 +4,7 @@ This tool generates the manifests uploaded to static.rust-lang.org and used by r You can see a full list of all manifests at <https://static.rust-lang.org/manifests.txt>. This listing is updated by <https://github.com/rust-lang/generate-manifest-list> every 7 days. -This gets called by `promote-release` <https://github.com/rust-lang/promote-release> via `x.py dist hash-and-sign`. +This gets called by `promote-release` <https://github.com/rust-lang/promote-release>. `promote-release` downloads a pre-built binary of `build-manifest` which is generated in the dist-x86_64-linux builder and uploaded to s3. ## Adding a new component |
