Merge branch '0.2' of https://github.com/coreos/etcd into 0.2-handlers

This commit is contained in:
Xiang Li 2013-10-17 10:46:01 -07:00
commit a0d3488d94
2 changed files with 2 additions and 0 deletions

1
build
View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
ETCD_PACKAGE=github.com/coreos/etcd
export GOPATH="${PWD}"

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
# Get GOPATH, etc from build
. ./build