houshengbo commented on a change in pull request #2969: Switch to use the
remote mode to install the binaries
URL:
https://github.com/apache/incubator-openwhisk/pull/2969#discussion_r151474824
##########
File path: ansible/roles/cli/tasks/download_openwhisk_cli.yml
##########
@@ -69,3 +71,9 @@
chdir: "{{ cli.nginxdir }}/{{ os }}/{{ arc }}/"
when: os == "linux"
+- name: "modify the mode of Nginx cli directory for ({{ os }}) {{ arc }}"
Review comment:
It is good to keep the folder 0777, which means anyone can do anything. We
set it to 0777 in order to upload the binaries. After it is done, do we still
keep the 0777?
----------------------------------------------------------------
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