You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2018/02/09 23:46:14 UTC

[incubator-openwhisk-release] branch master updated: Add the description of phases and repos to be released (#30)

This is an automated email from the ASF dual-hosted git repository.

mrutkowski 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 b945673  Add the description of phases and repos to be released (#30)
b945673 is described below

commit b9456732ba10ddcf9edd371a3cea1ce51cc9ab37
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Fri Feb 9 18:46:12 2018 -0500

    Add the description of phases and repos to be released (#30)
    
    Closes: #27
---
 docs/general_spec.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/docs/general_spec.md b/docs/general_spec.md
index f280a84..3a782ee 100644
--- a/docs/general_spec.md
+++ b/docs/general_spec.md
@@ -26,6 +26,32 @@ Please click on the work items listed as belows to access the detailed informati
 
 - [8. Release the artifacts](work_items.md#8-release-the-artifacts-open-issue) ([open issue](https://github.com/apache/incubator-openwhisk-release/issues/22))
 
+## Different phases of implementations
+
+We plan to implement the specification in three phases:
+- **Phase 1: release of source code packages**: the source code of each OpenWhisk repositories is packaged into tar.gz
+file, and uploaded into the staging repository. This is the phase we are currently working on.
+- **Phase 2: release of binary packages**: the binary of each OpenWhisk repositories is packaged into tar.gz file, and uploaded into the staging repository.
+- **Phase 3: release of Docker image packages**: the Docker images of each OpenWhisk repositories are packaged into tar.gz files, if available, and uploaded into the staging repository.
+
+## List of OpenWhisk repositories to be released
+
+We plan to release the following OpenWhisk repositories:
+- OpenWhisk core: [incubator-openwhisk](https://github.com/apache/incubator-openwhisk)
+- OpenWhisk runtimes:
+    - [incubator-openwhisk-runtime-nodejs](https://github.com/apache/incubator-openwhisk-runtime-nodejs)
+    - [incubator-openwhisk-runtime-swift](https://github.com/apache/incubator-openwhisk-runtime-swift)
+    - [incubator-openwhisk-runtime-php](https://github.com/apache/incubator-openwhisk-runtime-php)
+    - [incubator-openwhisk-runtime-python](https://github.com/apache/incubator-openwhisk-runtime-python)
+    - [incubator-openwhisk-runtime-java](https://github.com/apache/incubator-openwhisk-runtime-java)
+    - [incubator-openwhisk-runtime-docker](https://github.com/apache/incubator-openwhisk-runtime-docker)
+- OpenWhisk catalog: [incubator-openwhisk-catalog](https://github.com/apache/incubator-openwhisk-catalog)
+- OpenWhisk API gateway: [incubator-openwhisk-apigateway](https://github.com/apache/incubator-openwhisk-apigateway)
+- OpenWhisk clients:
+    - [incubator-openwhisk-client-go](https://github.com/apache/incubator-openwhisk-client-go)
+    - [incubator-openwhisk-cli](https://github.com/apache/incubator-openwhisk-cli)
+    - [incubator-openwhisk-wskdeploy](https://github.com/apache/incubator-openwhisk-wskdeploy)
+
 # Proposed implementation
 ## How to automate the release process for OpenWhisk?
 

-- 
To stop receiving notification emails like this one, please contact
mrutkowski@apache.org.