Merge branch 'master' into develop

Conflicts:
	cmd/tendermint/flags.go
	glide.lock
	glide.yaml
	node/node.go
	rpc/core/routes.go
	version/version.go
This commit is contained in:
Ethan Buchman
2017-01-12 20:48:10 -05:00
13 changed files with 86 additions and 39 deletions

View File

@ -1,7 +1,4 @@
#! /bin/bash
set -euo pipefail
LIB=$1
set +u
if [[ "$GLIDE" == "" ]]; then
@ -9,4 +6,8 @@ if [[ "$GLIDE" == "" ]]; then
fi
set -u
set -euo pipefail
LIB=$1
cat $GLIDE | grep -A1 $LIB | grep -v $LIB | awk '{print $2}'