houshengbo commented on a change in pull request #201: Run Godep tool for build
URL:
https://github.com/apache/incubator-openwhisk-cli/pull/201#discussion_r162782758
##########
File path: Makefile
##########
@@ -9,13 +9,15 @@ BUILD=`git rev-parse HEAD`
deps:
@echo "Installing dependencies"
- go get -d -t ./...
+ ./bin/godep restore -v
+ # go get -d -t ./...
LDFLAGS=-ldflags "-X main.CLI_BUILD_TIME=`date -u '+%Y-%m-%dT%H:%M:%S%:z'`"
-updatedeps:
- @echo "Updating all dependencies"
- @go get -d -u -f -fix -t ./...
+# Never want to do this ever
+# updatedeps:
+# @echo "Updating all dependencies"
+# @go get -d -u -f -fix -t ./...
Review comment:
Remove Line 17 to Line 20
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services