You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by da...@apache.org on 2018/04/17 14:41:54 UTC

[incubator-openwhisk-release] branch master updated: Remove the test cases from the source code artifacts (#112)

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

daisyguo 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 2d96791  Remove the test cases from the source code artifacts (#112)
2d96791 is described below

commit 2d96791d319239907baa9f988b174f15c25e2c8a
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Tue Apr 17 10:41:51 2018 -0400

    Remove the test cases from the source code artifacts (#112)
---
 tools/config.json            | 26 +++++++++++++-------------
 tools/package_source_code.sh |  2 +-
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/tools/config.json b/tools/config.json
index 8de1422..f6c606a 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -1,5 +1,5 @@
 {
-  "publish_stage": "false",
+  "publish_stage": "true",
   "stage_url": "https://dist.apache.org/repos/dist/dev/incubator/openwhisk",
   "release_url": "https://dist.apache.org/repos/dist/release/incubator/openwhisk",
   "versioning": {
@@ -21,64 +21,64 @@
     "openwhisk-runtime-python"
   ],
   "openwhisk": {
-    "hash": "fbc0091",
+    "hash": "c7271e2",
     "repository": "https://github.com/apache/incubator-openwhisk.git",
     "branch": "master"
   },
   "openwhisk_wskdeploy": {
-    "hash": "063263c",
+    "hash": "fca1450",
     "repository": "https://github.com/apache/incubator-openwhisk-wskdeploy.git",
     "branch": "master",
     "binaries": "yes"
   },
   "openwhisk_cli": {
-    "hash": "ba08720",
+    "hash": "ea12cc2",
     "repository": "https://github.com/apache/incubator-openwhisk-cli.git",
     "branch": "master",
     "binaries": "yes"
   },
   "openwhisk_client_go": {
-    "hash": "012fd0f",
+    "hash": "defaf97",
     "repository": "https://github.com/apache/incubator-openwhisk-client-go.git",
     "branch": "master"
   },
   "openwhisk_catalog": {
-    "hash": "654b24b",
+    "hash": "d4ce22c",
     "repository": "https://github.com/apache/openwhisk-catalog.git",
     "branch": "master"
   },
   "openwhisk_apigateway": {
-    "hash": "6165ffe",
+    "hash": "b89c487",
     "repository": "https://github.com/apache/incubator-openwhisk-apigateway.git",
     "branch": "master"
   },
   "openwhisk_runtime_nodejs": {
-    "hash": "71c57b9",
+    "hash": "e0b999d",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-nodejs.git",
     "branch": "master"
   },
   "openwhisk_runtime_swift": {
-    "hash": "3ccad3b",
+    "hash": "1ecfbe5",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-swift.git",
     "branch": "master"
   },
   "openwhisk_runtime_php": {
-    "hash": "c27036c",
+    "hash": "712da08",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-php.git",
     "branch": "master"
   },
   "openwhisk_runtime_java": {
-    "hash": "fd7a9d9",
+    "hash": "398c6cc",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-java.git",
     "branch": "master"
   },
   "openwhisk_runtime_docker": {
-    "hash": "ac679c3",
+    "hash": "b94d97d",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-docker.git",
     "branch": "master"
   },
   "openwhisk_runtime_python": {
-    "hash": "bf4051d",
+    "hash": "2a1284d",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-python.git",
     "branch": "master"
   }
diff --git a/tools/package_source_code.sh b/tools/package_source_code.sh
index 6e8effd..2bf2984 100755
--- a/tools/package_source_code.sh
+++ b/tools/package_source_code.sh
@@ -30,7 +30,7 @@ mkdir -p $CURRENT_VERSION_DIR
 # Remove bin and build folders
 mkdir -p $OPENWHISK_CLEANED_SOURCE_DIR
 rm -rf $OPENWHISK_CLEANED_SOURCE_DIR/*
-rsync -rtp --exclude .*\* --exclude bin\* --exclude build\* $OPENWHISK_SOURCE_DIR/. $OPENWHISK_CLEANED_SOURCE_DIR
+rsync -rtp --exclude .*\* --exclude bin\* --exclude build\* --exclude tests\* $OPENWHISK_SOURCE_DIR/. $OPENWHISK_CLEANED_SOURCE_DIR
 
 for repo in $(echo $repos | sed "s/,/ /g")
 do

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