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

Don't include directory names in shasums #39660

Merged
merged 1 commit into from
Feb 11, 2017

Conversation

alexcrichton
Copy link
Member

Right now we just run shasum on an absolute path but right now the shasum
files only include filenames, so let's use current_dir and just the file name
to only have the file name emitted.

Right now we just run `shasum` on an absolute path but right now the shasum
files only include filenames, so let's use `current_dir` and just the file name
to only have the file name emitted.
@rust-highfive
Copy link
Collaborator

r? @brson

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

@brson
Copy link
Contributor

brson commented Feb 11, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Feb 11, 2017

📌 Commit 67574cc has been approved by brson

@alexcrichton
Copy link
Member Author

Nominating for a beta backport

@alexcrichton alexcrichton added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Feb 11, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 11, 2017
Don't include directory names in shasums

Right now we just run `shasum` on an absolute path but right now the shasum
files only include filenames, so let's use `current_dir` and just the file name
to only have the file name emitted.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 11, 2017
Don't include directory names in shasums

Right now we just run `shasum` on an absolute path but right now the shasum
files only include filenames, so let's use `current_dir` and just the file name
to only have the file name emitted.
bors added a commit that referenced this pull request Feb 11, 2017
Rollup of 9 pull requests

- Successful merges: #39174, #39660, #39676, #39692, #39701, #39710, #39721, #39724, #39725
- Failed merges:
@bors
Copy link
Contributor

bors commented Feb 11, 2017

⌛ Testing commit 67574cc with merge bae454e...

@bors bors merged commit 67574cc into rust-lang:master Feb 11, 2017
@alexcrichton alexcrichton added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Feb 11, 2017
@brson brson removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Feb 13, 2017
bors added a commit that referenced this pull request Feb 16, 2017
[beta] Another round of backporting PRs to beta

This is a backport of the following PRs:

* #39622
* #39630
* #39660
* #39676
@alexcrichton alexcrichton deleted the shasum-dirs branch March 8, 2017 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants