Log when godep is installed.

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/29b5c64d
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/29b5c64d
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/29b5c64d

Branch: refs/heads/master
Commit: 29b5c64d9c4bf013d6ade4ee47239ff979e8a00a
Parents: de02993
Author: Geoff Macartney <geoff.macart...@cloudsoftcorp.com>
Authored: Wed Feb 24 14:15:56 2016 +0000
Committer: Geoff Macartney <geoff.macart...@cloudsoftcorp.com>
Committed: Wed Feb 24 14:15:56 2016 +0000

----------------------------------------------------------------------
 release/build.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/29b5c64d/release/build.sh
----------------------------------------------------------------------
diff --git a/release/build.sh b/release/build.sh
index 7ffff82..0187bd4 100755
--- a/release/build.sh
+++ b/release/build.sh
@@ -143,6 +143,7 @@ mkdir -p ${GOPATH}/src/${PROJECT%/*}
 PATH=${GOPATH}/bin:${PATH}
 
 command -v $GODEP >/dev/null 2>&1 || {
+       echo installing $GODEP
        go get github.com/tools/godep || { echo failed installing dodep ; exit 
1; }
 }
 

Reply via email to