about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2024-06-17 14:41:05 -0700
committerEric Huss <eric@huss.org>2024-06-17 14:41:05 -0700
commit455e2f9027bdc69bc2cbd9aa2d29fa2401b35219 (patch)
tree1ef8a7486b7d49e01551152b877a1f1810a3f511 /src
parent11380368dc53d0b2fc3a627408818eff1973ce9a (diff)
downloadrust-455e2f9027bdc69bc2cbd9aa2d29fa2401b35219.tar.gz
rust-455e2f9027bdc69bc2cbd9aa2d29fa2401b35219.zip
Update outdated README in build-manifest.
I believe this was changed a while ago in https://github.com/rust-lang/promote-release/pull/14.
Diffstat (limited to 'src')
-rw-r--r--src/tools/build-manifest/README.md2
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