vendor all the things #5805

Closed
wants to merge 5 commits into
from

Conversation

Projects
None yet
1 participant
Member

axw commented Jul 15, 2016

Command used:
awk '{system("gvt fetch -no-recurse -revision " $3 " " $1)}' dependencies.tsv

Then changed vendor/gopkg.in/mgo.v2 to use the v2-unstable branch, and
fixed the internal paths to point to v2 instead of v2-unstable.

There are a few changes to the verify.bash script, mostly
because "go list ./..." does not ignore the vendor package.

(Review request: http://reviews.vapour.ws/r/5246/)

axw added some commits Jul 15, 2016

vendor all the things
Command used:
    awk '{system("gvt fetch -no-recurse -revision " $3 " " $1)}' dependencies.tsv

Then changed vendor/gopkg.in/mgo.v2 to use the v2-unstable branch,
and fixed the internal paths to point to v2 instead of v2-unstable.
Delete some unused packages
We don't use these packages, and they were causing
"make check" to fail because they have dependencies
that we don't track.

@axw axw closed this Jul 17, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment