Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustup: Default to the beta channel #23944

Merged
merged 5 commits into from
Apr 2, 2015

Conversation

alexcrichton
Copy link
Member

Switches rustup to using the beta channel by default. Includes #23824 for the implementation.

cc #20453
Closes #21149

@rust-highfive
Copy link
Collaborator

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@steveklabnik
Copy link
Member

it's happening

RUST_PACKAGE_NAME=rust-1.0.0-beta
;;
*)
err "Currently nightly is the only supported release channel"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this say "Currently nightly and beta are the only supported release channels"?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Throwback from my original commit when I didn't know where the other artifacts came from

@richo
Copy link
Contributor

richo commented Apr 1, 2015

Thanks for running with this!

Switches rustup to using the beta channel by default
@richo
Copy link
Contributor

richo commented Apr 1, 2015

Could you cherry pick 8409d85 from my branch as well? Seems a waste to actually PR (Can also PR)

@aturon
Copy link
Member

aturon commented Apr 1, 2015

@alexcrichton looks good to me! r=me once you decide whether to cherry pick.

@alexcrichton
Copy link
Member Author

@bors: r=aturon 971c355

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Apr 1, 2015
Switches rustup to using the beta channel by default. Includes rust-lang#23824 for the implementation.

cc rust-lang#20453
Closes rust-lang#21149
@alexcrichton alexcrichton merged commit 971c355 into rust-lang:master Apr 2, 2015
@alexcrichton alexcrichton deleted the rustup-beta branch April 2, 2015 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update rustup.sh for beta
7 participants