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
-- Juju-dev mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev
