Commit Graph

470 Commits (98dbe067580aea9112bab68ecb600b57e32c73da)

Author SHA1 Message Date
Lucas Käldström f1af7387cc PR feedback and added python-in-docker for test.sh too 2016-05-26 18:55:15 +03:00
Lucas Käldström db5dc1b24e Build localkube statically, use a python container to remove the python dep on the build env, and use kube-cross for building on non-linux 2016-05-25 23:23:12 +03:00
dlorenc 5cdb140b31 Switch from .gopath to _gopath to be consistent with kubernetes. 2016-05-24 10:54:24 -07:00
dlorenc 926a425289 Remove unused string. 2016-05-19 10:03:26 -07:00
Dan Lorenc a0fc571b06 Add gitTreeState argument. 2016-05-19 10:00:24 -07:00
Dan Lorenc 3bf1d4e1f5 Set the k8s version strings during build. 2016-05-19 10:00:24 -07:00
Dan Lorenc 0a51f35722 Also clean up localkubecontents.go 2016-05-18 15:44:13 -07:00
Dan Lorenc 0663b21810 Fix dependency tracking in the Makefile 2016-05-17 19:05:21 -07:00
Dan Lorenc 0ad6e3aa3a Fix make clean. 2016-05-14 10:27:58 -07:00
Dan Lorenc 3a0c1b0230 Add .gopath and generated code to the whitelist for gofmt. 2016-05-13 10:24:39 -07:00
Dan Lorenc a2be50b318 Fix test dependency. 2016-05-13 09:55:15 -07:00
Dan Lorenc ddbc7e16c6 Fix makefile bug. 2016-05-13 08:49:21 -07:00
Dan Lorenc 7514917bf2 Code review feedback.
- Install go-bindata automatically.
- Newlines
- Change to Go 1.6.
2016-05-13 08:35:30 -07:00
Dan Lorenc 03f22fab94 Transfer the built localkube binary to the VM.
Also cleanup the Makefile quite a bit. We not build localkube in docker on mac,
then use go-bindata to pack it up. Users will need go-bindata on their paths to build now,
though.
2016-05-12 11:47:57 -07:00
Dan Lorenc 5eaae409aa Working build, scp of localkube to the VM. 2016-05-12 10:12:34 -07:00
Dan Lorenc 5a8e107045 Make the localkube download support compression. 2016-05-09 00:10:04 -07:00
Lucas Käldström 6b2d1ed1cd Restructure the whole project, gofmt and improve the makefile 2016-05-05 16:38:23 +03:00
dlorenc c1ec8be301 Code review comments
Clean up PHONY's
Make localkube dynamic
Put test.sh script back
2016-05-04 15:29:50 -07:00
dlorenc d59fc4f9a9 Set GO15VENDOREXPERIMENT=1 2016-05-04 14:50:30 -07:00
dlorenc d8e2d8e2b7 Add a Makefile to replace build.sh and test.sh. 2016-05-04 14:45:06 -07:00