moby--moby/hack
Tibor Vass 80f61c4108
Allow granular vendoring
hack/vendor.sh can now accept command line arguments

`./hack/vendor.sh github.com/docker/engine-api` will revendor only the
engine-api dependency.

`./hack/vendor.sh github.com/docker/engine-api v0.3.3` will vendor only
engine-api at the specified tag/commit.

`./hack/vendor.sh git github.com/docker/engine-api v0.3.3` is the same
but specifies the VCS for cases where the VCS is something else than git

`./hack/vendor.sh git golang.org/x/sys
eb2c74142fd19a79b3f237334c7384d5167b1b46
https://github.com/golang/sys.git` will vendor only golang.org/x/sys
downloading from the specified URL

Signed-off-by: Tibor Vass <tibor@docker.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-05-22 16:44:25 +02:00
..
Jenkins Cleanup from CR. 2016-04-23 15:05:15 -04:00
make Merge pull request #22262 from kencochrane/fix_release_deb 2016-05-11 12:38:12 -10:00
.vendor-helpers.sh Make dockerd debuggable 2016-04-26 09:35:22 -07:00
dind Remove cgroups mounting in dind 2015-11-16 17:10:53 -08:00
generate-authors.sh
install.sh Fix release scripts 2016-03-25 11:55:26 -04:00
make.sh Raise a more relevant error when dockerd is not available on the platform. 2016-05-02 11:59:25 -04:00
release.sh Fixed a typo in release.sh 2016-04-04 09:27:14 -04:00
vendor.sh Allow granular vendoring 2016-05-22 16:44:25 +02:00