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 df660f8  Add the file .dockerignore back to the release (#174)
df660f8 is described below

commit df660f8a14200415ab134904b45abbbb62537c96
Author: Vincent <s...@us.ibm.com>
AuthorDate: Fri Jun 1 08:27:02 2018 -0400

    Add the file .dockerignore back to the release (#174)
---
 tools/config.json            | 28 ++++++++++++++--------------
 tools/package_source_code.sh |  2 +-
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/tools/config.json b/tools/config.json
index 7faf1f6..1c1e5b1 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -21,64 +21,64 @@
     "openwhisk-runtime-python"
   ],
   "openwhisk": {
-    "hash": "c7271e2",
+    "hash": "0134f78",
     "repository": "https://github.com/apache/incubator-openwhisk.git";,
     "branch": "master"
   },
   "openwhisk_wskdeploy": {
-    "hash": "fca1450",
+    "hash": "07ce883",
     "repository": 
"https://github.com/apache/incubator-openwhisk-wskdeploy.git";,
     "branch": "master",
-    "binaries": "yes"
+    "binaries": "no"
   },
   "openwhisk_cli": {
-    "hash": "ea12cc2",
+    "hash": "e5e8bf0",
     "repository": "https://github.com/apache/incubator-openwhisk-cli.git";,
     "branch": "master",
-    "binaries": "yes"
+    "binaries": "no"
   },
   "openwhisk_client_go": {
-    "hash": "defaf97",
+    "hash": "df32dca",
     "repository": 
"https://github.com/apache/incubator-openwhisk-client-go.git";,
     "branch": "master"
   },
   "openwhisk_catalog": {
-    "hash": "d4ce22c",
+    "hash": "7f47212",
     "repository": "https://github.com/apache/openwhisk-catalog.git";,
     "branch": "master"
   },
   "openwhisk_apigateway": {
-    "hash": "b89c487",
+    "hash": "8907ab9",
     "repository": 
"https://github.com/apache/incubator-openwhisk-apigateway.git";,
     "branch": "master"
   },
   "openwhisk_runtime_nodejs": {
-    "hash": "e0b999d",
+    "hash": "26ed5d5",
     "repository": 
"https://github.com/apache/incubator-openwhisk-runtime-nodejs.git";,
     "branch": "master"
   },
   "openwhisk_runtime_swift": {
-    "hash": "1ecfbe5",
+    "hash": "f783a44",
     "repository": 
"https://github.com/apache/incubator-openwhisk-runtime-swift.git";,
     "branch": "master"
   },
   "openwhisk_runtime_php": {
-    "hash": "712da08",
+    "hash": "c2e63eb",
     "repository": 
"https://github.com/apache/incubator-openwhisk-runtime-php.git";,
     "branch": "master"
   },
   "openwhisk_runtime_java": {
-    "hash": "398c6cc",
+    "hash": "2f894b7",
     "repository": 
"https://github.com/apache/incubator-openwhisk-runtime-java.git";,
     "branch": "master"
   },
   "openwhisk_runtime_docker": {
-    "hash": "b94d97d",
+    "hash": "f17da4f",
     "repository": 
"https://github.com/apache/incubator-openwhisk-runtime-docker.git";,
     "branch": "master"
   },
   "openwhisk_runtime_python": {
-    "hash": "2a1284d",
+    "hash": "252caf4",
     "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 b4f13b2..bd7b830 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 .git* --exclude .dockerignore --exclude .travis.yml 
--exclude bin\* --exclude build\* --exclude tests\* $OPENWHISK_SOURCE_DIR/. 
$OPENWHISK_CLEANED_SOURCE_DIR
+rsync -rtp --exclude .git* --exclude .travis.yml --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
mrutkow...@apache.org.

Reply via email to