From a9027afcd2bb712e378c34dd55d5c72aa6a54708 Mon Sep 17 00:00:00 2001 From: Jingwen Owen Ou Date: Tue, 7 Jan 2014 07:56:25 -0800 Subject: [PATCH] Use `gotask package` in script/release --- script/release | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/script/release b/script/release index 2620d5c9..c44870ad 100755 --- a/script/release +++ b/script/release @@ -1,6 +1,5 @@ #!/bin/bash -script/bootstrap +go get github.com/kr/godep go get github.com/jingweno/gotask -go get github.com/laher/goxc -gotask cross-compile +GOPATH=`godep path`:$GOPATH gotask package -- GitLab