Godeps PSA (or don't make the same mistake I did)
Matthew Williams
matthew.williams at canonical.com
Thu Jul 23 10:17:06 UTC 2015
I managed to break windows builds yesterday by removing a dependency from
dependecies.tsv. I did this by running godeps - checking the diff and
getting excited about being able to remove an unused dependency.
But we currently need to import a package for windows builds that we don't
for ubuntu.
diff <(godeps -t github.com/juju/juju/...) <(GOOS=windows godeps -t
github.com/juju/juju/...)
It's an easy and silly mistake to make. But thought I'd send an email in
the hope that I can stop others from doing it
Matty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/juju-dev/attachments/20150723/f23f6de5/attachment.html>
More information about the Juju-dev
mailing list