how to update dependencies.tsv

Nate Finch nate.finch at canonical.com
Tue Oct 28 19:41:19 UTC 2014


We have a few windows dependencies that are not (and in some cases can not
be) imported for the linux build.  Luckily, the windows dependencies are a
strict super set of the linux dependencies, so we can still use godeps to
create dependencies.tsv, just by setting GOOS first, thusly (from the root
of github.com/juju/juju):

GOOS=windows godeps -t ./... > dependencies.tsv

Please use this command line when updating dependencies.tsv so that is
keeps a standard format which will minimize conflicts in the file.

-Nate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/juju-dev/attachments/20141028/635df425/attachment.html>


More information about the Juju-dev mailing list