-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli group 1.0.0 release config (#301)
1. Hack package_source_code.sh to workaround wskdeploy 1072 2. Add config.json for cli 1.0.0-rc1
- Loading branch information
1 parent
846303f
commit 2a18860
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"versioning": { | ||
"version": "1.0.0", | ||
"pre_release_version": "rc1" | ||
}, | ||
"RepoList": [ | ||
"openwhisk-cli", | ||
"openwhisk-client-go", | ||
"openwhisk-wskdeploy" | ||
], | ||
"openwhisk_cli": { | ||
"name": "OpenWhisk Command-line Interface (CLI)", | ||
"hash": "5ad2291882e1d89ecd8c377dd1ffb1fe1043bf07", | ||
"repository": "https://github.com/apache/openwhisk-cli.git", | ||
"branch": "master" | ||
}, | ||
"openwhisk_client_go": { | ||
"name": "OpenWhisk Client Go", | ||
"hash": "716c6f973eb297b39e764938284350050f3d3974", | ||
"repository": "https://github.com/apache/openwhisk-client-go.git", | ||
"branch": "master" | ||
}, | ||
"openwhisk_wskdeploy": { | ||
"name": "OpenWhisk Wskdeploy", | ||
"hash": "fff873eaf189071e28e9d29deab26a7270027f14", | ||
"repository": "https://github.com/apache/openwhisk-wskdeploy.git", | ||
"branch": "master" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters