Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
fix dependencies.tsv #980
Conversation
|
$$merge$$ JFDI |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Oct 28, 2014
jujubot
merged commit ca3406f
into
juju:master
Oct 28, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
natefinch commentedOct 28, 2014
turns out that if you do this:
GOOS=windows godeps -t ./... > dependencies.tsv
that you get the right dependencies, since windows dependencies are a strict
superset of linux dependencies. This may not always be true, but it is right
now, and that's good enough for me.
This fixes bug https://bugs.launchpad.net/juju-core/+bug/1384818
http://reviews.vapour.ws/r/277/