beware using godeps to generate dependencies.tsv
Nate Finch
nate.finch at canonical.com
Fri Jul 25 15:17:40 UTC 2014
With the recent addition of npipe (a windows named pipe package), godeps
can no longer be relied upon to report the full list of dependencies for
juju. Godeps is currently platform-specific, so it'll generate the
dependencies for the current platform, but it won't generate dependencies
included only in platform-specific files that aren't built for this
platform.... this includes the npipe package when running on linux.
So, for now, please take care when adding dependencies to dependencies.tsv
- if you use godeps to generate the list, you'll have to manually re-add
npipe if you're running on windows.
Note that using godeps to *update* your packages locally will still work
fine (since you'll only care about the packages that build on your platform
anyway).
-Nate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/juju-dev/attachments/20140725/ad55f0da/attachment.html>
More information about the Juju-dev
mailing list