Commit Graph

8 Commits

Author SHA1 Message Date
Ben Johnson
eb78d96a20 Intermediate commit. 2013-10-12 00:28:46 -06:00
Brandon Philips
cbd8a4fb9c feat(scripts/test-cluster): add a cluster test command
this uses tmux to setup a test cluster that you can easily kill and
start for debugging.
2013-09-26 10:40:33 -07:00
Brandon Philips
0ef9d944f6 fix(gitignore): ignore the actual binary 2013-09-25 17:04:34 -07:00
Brandon Philips
d7c6d0c672 fix(gitignore): be more specific on dirs 2013-08-06 18:39:23 -07:00
Brandon Philips
a6b7b8ce3f fix(gitignore): ignore the etcd binary not everything
fixes a problem with go-etcd not being added to third_party
2013-08-06 18:38:00 -07:00
Brandon Philips
dc6480dda8 fix(gitignore): ignore the pkg dir 2013-08-06 17:21:43 -07:00
Brandon Philips
a7deba0f90 feat(version): generate version from git tags
This will generate the version based on git tags. So if it is built
directly on a tag it will use the tag name and if it is built off a
commit that isn't a tag it will look like:

    $ curl localhost:7001
    0-267-ga39cf1c
2013-08-06 15:39:30 -07:00
Brandon Philips
1eb0be10fe 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).
2013-07-10 15:45:15 -07:00