rabbah commented on a change in pull request #2501: must add "sudo" otherwise the command will failed with error "#define? URL: https://github.com/apache/incubator-openwhisk/pull/2501#discussion_r130360658
########## File path: tools/ubuntu-setup/README.md ########## @@ -27,7 +27,7 @@ Follow instructions [tools/db/README.md](../db/README.md) on how to configure a ``` cd <home_openwhisk> - ./gradlew distDocker + sudo ./gradlew distDocker Review comment: i don't think we should make this change - building and deploying in a local environment should not require privilege escalation. ---------------------------------------------------------------- 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
