Brandon Philips
45f0ff5679
feat(scripts): add build-release script
2013-10-10 14:39:12 -07: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
AndyPook
f03481f733
add equivalent Powershell scripts to ./build so that etcd can be built on Windows
2013-09-17 09:15:23 +01:00
Brandon Philips
ab9c0448c9
fix(version): make the version numbers const
...
simple fix, thanks to @fmilo in #coreos
2013-08-06 16:03:45 -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