Use updatedeps script to update godeps

This commit is contained in:
Harshavardhana
2015-07-16 12:57:32 -07:00
parent 245ea26395
commit e4543489fe
2 changed files with 35 additions and 2 deletions

View File

@@ -42,8 +42,7 @@ release: getdeps verifiers
@go run make.go -install
godepupdate:
@for i in $(grep ImportPath Godeps/Godeps.json | grep -v minio/minio | cut -f2 -d: | sed -e 's/,//' -e 's/^[ \t]*//' -e 's/[ \t]*$//' -e 's/\"//g'); do godep update $i; done
@(env bash $(PWD)/buildscripts/updatedeps.sh)
install: gomake-all