about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-01-24 14:37:04 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-01-25 10:57:21 -0800
commit9e8785f01757a50e321e85adeb659a9aff6fc00e (patch)
tree9997e67db52aa910b23c14f857911fdb05d41b18 /src/test/incremental/thinlto
parent1283c029557bcde106adde71f467fe133b3ffeff (diff)
downloadrust-9e8785f01757a50e321e85adeb659a9aff6fc00e.tar.gz
rust-9e8785f01757a50e321e85adeb659a9aff6fc00e.zip
rustbuild: Add manifest generation in-tree
This commit adds a new tool, `build-manifest`, which is used to generate a
distribution manifest of all produced artifacts. This tool is intended to
replace the `build-rust-manifest.py` script that's currently located on the
buildmaster. The intention is that we'll have a builder which periodically:

* Downloads all artifacts for a commit
* Runs `./x.py dist hash-and-sign`. This will generate `sha256` and `asc` files
  as well as TOML manifests.
* Upload all generated hashes and manifests to the directory the artifacts came
  from.
* Upload *all* artifacts (tarballs and hashes and manifests) to an archived
  location.
* If necessary, upload all artifacts to the main location.

This script is intended to just be the second step here where orchestrating
uploads and such will all happen externally from the build system itself.
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions