Commit Graph

29 Commits

Author SHA1 Message Date
David Gageot 27e572113f FIX #3051 Use golang 1.6
Signed-off-by: David Gageot <david@gageot.net>
2016-02-18 08:51:30 +01:00
Jean-Laurent de Morlhon ff18c1b7d0 Fix #494
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2016-01-25 14:08:42 +01:00
Jean-Laurent de Morlhon 07a0dfdd58 Automate the release
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2015-12-24 14:45:32 +01:00
David Gageot 8e2ccd996c FIX #2271 don't build 32bits binaries for linux/osx
Signed-off-by: David Gageot <david@gageot.net>
2015-12-23 16:09:17 +01:00
David Gageot 35ff801ae4 make build should build if any go file is touched
Signed-off-by: David Gageot <david@gageot.net>
2015-12-15 11:17:37 +01:00
David Gageot 72d2fb6b27 Remove duplication
Signed-off-by: David Gageot <david@gageot.net>
2015-12-15 11:17:37 +01:00
David Gageot 54293d727b Use the makefile to compute the checksums
Signed-off-by: David Gageot <david@gageot.net>
2015-12-15 11:17:37 +01:00
David Gageot ff5dc0c644 No need to archive the binaries anymore
Signed-off-by: David Gageot <david@gageot.net>
2015-12-15 11:17:37 +01:00
David Gageot 4fb50623b5 Cross build binaries directly in `bin`
Signed-off-by: David Gageot <david@gageot.net>
2015-12-15 11:17:37 +01:00
David Gageot 98b59afc39 Simplify makefile
Signed-off-by: David Gageot <david@gageot.net>
2015-12-10 11:38:07 +01:00
David Gageot 92ce49b367 Put all core drivers in docker-machine binary
Signed-off-by: David Gageot <david@gageot.net>
2015-12-02 18:48:19 +01:00
David Gageot a9741f1090 build before ITs
Signed-off-by: David Gageot <david@gageot.net>
2015-11-18 18:16:01 +01:00
David Gageot d8da062f73 Merge pull request #2245 from jeanlaurent/2204-make-fail-with-https
Fix for #2244 - make fails with https remote url
2015-11-18 09:21:58 +01:00
Kazumichi Yamamoto 3363a49ffc Change godep command call to use the GODEP variable
Signed-off-by: Kazumichi Yamamoto <yamamoto.febc@gmail.com>
2015-11-14 15:54:31 +09:00
David Gageot 466d59d634 Simplify dep-restore target
Signed-off-by: David Gageot <david@gageot.net>
2015-11-12 15:05:57 +01:00
Jean-Laurent de Morlhon 40d153145f Fix for #2244
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2015-11-12 13:49:43 +01:00
Olivier Gambier 89d9854943 Another pass at linting
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-11-10 16:58:14 +01:00
Olivier Gambier d2ada6488c Lint
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-11-05 13:34:07 -08:00
Olivier Gambier afb1411608 Make updates
Added and documented two simple helpers to ease managing deps.
Removed now obsolete references to `grep -v Godeps`

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-11-04 08:45:27 -08:00
Nathan LeClaire fb8d964966 Pipe error output from git line to /dev/null
This will simply leave the tag empty if compiled independent of a source
repository.

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-10-27 17:19:41 -07:00
Nathan LeClaire fd5f3ad0cc Re-add make install to Makefile
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-10-23 16:40:23 -07:00
Olivier Gambier d36fa5f9ff Minor cleanup and fix #2022
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-20 19:23:36 -07:00
Nathan LeClaire c8edb33ecd Move towards using external binaries / RPC plugins
- First RPC steps

- Work on some flaws in RPC model

- Remove unused TLS settings from Engine and Swarm options

- Add code to correctly encode data over the network

- Add client driver for RPC

- Rename server driver file

- Start to make marshal make sense

- Fix silly RPC method args and add client

- Fix some issues with RPC calls, and marshaling

- Simplify plugin main.go

- Move towards 100% plugin in CLI

- Ensure that plugin servers are cleaned up properly

- Make flag parsing for driver flags work properly

Includes some work carried from @dmp42 updating the build process and
tests to use the new method.

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-10-16 16:34:56 -07:00
Olivier Gambier 3e2e3d0a59 Build system enhancements
- new simpler targets:
 * make machine
 * make plugins
 * make cross
- fixed windows cross build to output .exe files

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-15 13:26:45 -07:00
David Gageot 28656c0e42 Fix #1974 make clean after a make build-x#1974
Signed-off-by: David Gageot <david@gageot.net>
2015-10-13 17:24:08 +02:00
Olivier Gambier 7c8fc35c69 Don't build test files in cmd
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-09 14:33:32 -07:00
Olivier Gambier 56160e0058 Prepare build for plugins PR
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-07 18:02:58 -07:00
Olivier Gambier b6cb3e2b2d Tests fixes / silence build / add unit tests
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-09-23 16:51:54 -07: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