You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/14 18:31:29 UTC

[GitHub] rabbah commented on a change in pull request #2379: Add the support to install the binaries from the new repo

rabbah commented on a change in pull request #2379: Add the support to install the binaries from the new repo
URL: https://github.com/apache/incubator-openwhisk/pull/2379#discussion_r122029249
 
 

 ##########
 File path: ansible/group_vars/all
 ##########
 @@ -228,3 +229,45 @@ catalog_repos:
     location: "{{ openwhisk_home }}/../openwhisk-catalog"
     version: "HEAD"
     repo_update: "no"
+
+openwhisk_cli_tag: "{{ lookup('ini', 'git_tag section=openwhisk-cli file={{ openwhisk_home }}/ansible/files/package-versions.ini') }}"
+
+# The openwhisk_cli is used to determine how to install the OpenWhisk CLI. The
+# installation_mode can be specified into two modes: remote and local.
+# The mode remote means to download the available binaries from the releases page
+# of the official openwhisk cli repository. The mode local means to get the binaries
+# from a local directory. The default value for openwhisk is local.
 
 Review comment:
   local mode is more than the location of the binaries - it also means the location from which to build the binaries.
 
----------------------------------------------------------------
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