Commit Graph

5 Commits

Author SHA1 Message Date
David Gageot 89675067eb Clean-up dependencies
Signed-off-by: David Gageot <david@gageot.net>
2015-11-12 19:56:58 +01:00
David Gageot 8f7ceb1c48 Add missing golang.org/x/sys dep.
Signed-off-by: David Gageot <david@gageot.net>
2015-11-12 15:06:24 +01:00
David Gageot f3c5f05425 FIX #1628 Move to `golang.org/x/oauth2`
Signed-off-by: David Gageot <david@gageot.net>
2015-11-04 10:21:58 +01:00
Olivier Gambier c9117af080 Move to vendor
As we walk away from 1.4, godep no longer requires to have stuff into workspace and we no longer need the symlink.

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-11-03 21:14:39 -08:00
Olivier Gambier 5fbfbe1ff7 Rehauled build system and integration testing
- USE_CONTAINER allow to seamlessly run targets inside or outside containers
- all build calls have been harmonized, honoring the same env variables
- contributing doc has been streamlined according to that
- kill the distinction between remote and local docker builds
- got rid of some of the byzantine calls in various asorted scripts
- support for static build, debug builds, verbose

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-09-18 15:47:00 -07:00