This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git
The following commit(s) were added to refs/heads/master by this push:
new 5d02bb9 yet another attempt at building cli-0.10.0 (#249)
5d02bb9 is described below
commit 5d02bb9ed16650f1fabd35cdbc5e7278b9075c3b
Author: David Grove <dgrove-oss@users.noreply.github.com>
AuthorDate: Sat Mar 16 14:25:48 2019 -0400
yet another attempt at building cli-0.10.0 (#249)
* second attempt at building cli-0.10.0 (previous attempt had incorrect format in config.json)
---
tools/config.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/tools/config.json b/tools/config.json
index 82b0e9f..b2250c8 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -10,20 +10,20 @@
"RepoList": [
"openwhisk-cli",
"openwhisk-client-go",
- "openwhisk-wskdeploy",
+ "openwhisk-wskdeploy"
],
- "openwhisk-cli": {
- "hash": "eaf64aef74deaf61a1eaa5d93ce1102d3d91407f",
+ "openwhisk_cli": {
+ "hash": "eaf64ae",
"repository": "https://github.com/apache/incubator-openwhisk-cli.git",
"branch": "master"
},
- "openwhisk-client-go": {
- "hash": " 4286a8212a74c40d8950ee76681a67e12c9bf1a0",
+ "openwhisk_client_go": {
+ "hash": "4286a82",
"repository": "https://github.com/apache/incubator-openwhisk-client-go.git",
"branch": "master"
},
- "openwhisk-wskdeploy": {
- "hash": "7d79fd74ca1045658196e5004f8820b67570734c",
+ "openwhisk_wskdeploy": {
+ "hash": "7d79fd7",
"repository": "https://github.com/apache/incubator-openwhisk-wskdeploy.git",
"branch": "master"
}
|