You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/16 16:57:37 UTC

[GitHub] houshengbo commented on a change in pull request #2969: Switch to use the remote mode to install the binaries

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:
users@infra.apache.org


With regards,
Apache Git Services