Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Copy cargo bins from rust-lang-ci to static-rust-lang-org #148

Merged
merged 3 commits into from
Jan 15, 2017

Conversation

brson
Copy link
Contributor

@brson brson commented Jan 14, 2017

This changes how cargo packages are handled during manifest creation. Before building manifests it downloads all tarballs to the local equivalent of dist/, where it will be signed and uploaded by buildbot, both to dist/ and to the archives.

It encodes the static.rust-lang.org archive urls into the manifest.

Because all cargo bins are called 'cargo-nightly', and all three rust channels have to coexist, it renames the cargo tarballs on beta and stable per the existing rust naming conventions, so on beta, it's cargo-beta, and on stable it's e.g. cargo-0.17.0.

cc rust-lang/rust#38519

I have tested in dev, but not end-to-end. I've seen it run and build a manifest that looks correct, but haven't seen buildbot actually do the build, run the script, upload everything, and rustup continue to work. I'll start that build now and hopefully be able to test rustup in dev tomorrow.

r? @alexcrichton

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants