Skip to content

Fix bad commit sha1 for go-multiaddr-net dependency #591

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

Closed

Conversation

chriscool
Copy link
Contributor

Currently running "godep restore" on master results in:

fatal: reference is not a tree: 04044c2289504304472715d827a8f564fa3759a8
godep: restore: exit status 128

This patch fixes this.

License: MIT
Signed-off-by: Christian Couder [email protected]

Currently running "godep restore" on master results in:

fatal: reference is not a tree: 04044c2289504304472715d827a8f564fa3759a8
godep: restore: exit status 128

This patch fixes this.

License: MIT
Signed-off-by: Christian Couder <[email protected]>
@chriscool
Copy link
Contributor Author

Maybe we should have a test that runs godep restore on each commit just to make sure we don't get this kind of errors any more.

@jbenet
Copy link
Member

jbenet commented Jan 17, 2015

@chriscool i apologize, this was my mistake, i hadn't pushed a recent commit to go-multiaddr-net: multiformats/go-multiaddr-net@04044c2 -- does this fix the problem?

Maybe we should have a test that runs godep restore on each commit just to make sure we don't get this kind of errors any more.

Yes, we really should.

@chriscool
Copy link
Contributor Author

@jbenet no problem, it works now here, and PR #596 is to run "godep restore" on each commit.

@jbenet
Copy link
Member

jbenet commented Jan 18, 2015

Okay, i'll close this one

@jbenet jbenet closed this Jan 18, 2015
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.

2 participants