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

bootstrap: Make bootstrap verbose if requested #42186

Merged
merged 3 commits into from
May 25, 2017

Conversation

devurandom
Copy link
Contributor

Fixes: #42099

@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@devurandom devurandom force-pushed the fix/bootstrap-verbose branch 3 times, most recently from 310e6e2 to 2d5ba56 Compare May 24, 2017 07:32
@devurandom devurandom changed the title [PATCH] bootstrap: Make bootstrap verbose if requested bootstrap: Make bootstrap verbose if requested May 24, 2017
@@ -620,6 +618,11 @@ def bootstrap():
except:
pass

if '\nverbose = 2' in rb.config_toml:
rb.verbose = 2
else if '\nverbose = 1' in rb.config_toml:
Copy link
Member

Choose a reason for hiding this comment

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

elif, not else if.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! Fixed in 2aa6700.

Wonder how this slipped through, though. I ran the build here without it stumbling over that SyntaxError...

@alexcrichton
Copy link
Member

@bors: r+

Thanks @devurandom!

@bors
Copy link
Contributor

bors commented May 24, 2017

📌 Commit cd86a9b has been approved by alexcrichton

Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request May 24, 2017
…=alexcrichton

bootstrap: Make bootstrap verbose if requested

Fixes: rust-lang#42099
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request May 24, 2017
…=alexcrichton

bootstrap: Make bootstrap verbose if requested

Fixes: rust-lang#42099
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request May 24, 2017
…=alexcrichton

bootstrap: Make bootstrap verbose if requested

Fixes: rust-lang#42099
bors added a commit that referenced this pull request May 24, 2017
@aidanhs aidanhs added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label May 24, 2017
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request May 25, 2017
…=alexcrichton

bootstrap: Make bootstrap verbose if requested

Fixes: rust-lang#42099
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request May 25, 2017
…=alexcrichton

bootstrap: Make bootstrap verbose if requested

Fixes: rust-lang#42099
bors added a commit that referenced this pull request May 25, 2017
@bors bors merged commit cd86a9b into rust-lang:master May 25, 2017
@devurandom devurandom deleted the fix/bootstrap-verbose branch June 4, 2017 07:08
devurandom added a commit to devurandom/gentoo-overlay that referenced this pull request Jun 5, 2017
Use Cargo PV[minor]+1, as the tarball for Cargo 0.17 is broken: It contains
 a directory that is called "nightly" instead of the actual version number.

Add patch to make bootstrap verbose
 rust-lang/rust#42186

Add patch to output config file location on failure
 rust-lang/rust#41820
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants