feat(build): add initial build script

add a simple build script that sets up a gopath and uses the current git
directory for the github.com/coreos/etcd packages.

There aren't a lot of great alternatives to doing it this way unless we
want to check in all of the dependencies into the repo (which is
actually a good practice probably).
This commit is contained in:
Brandon Philips
2013-07-10 15:37:17 -07:00
parent 5fcf3cbb6e
commit 1eb0be10fe
2 changed files with 20 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
src
etcd