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 0e62030  Add the tests directory back to the source code release (#155)
0e62030 is described below

commit 0e620302d6f4f12f1d3470f4df50895bc8772773
Author: Vincent <s...@us.ibm.com>
AuthorDate: Thu May 17 16:30:51 2018 -0400

    Add the tests directory back to the source code release (#155)
    
    Since we have already added the valid license header to all the test
    cases, we restore to add them back to the source code release.
---
 tools/package_source_code.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/package_source_code.sh b/tools/package_source_code.sh
index 2bf2984..6e8effd 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\* --exclude tests\* 
$OPENWHISK_SOURCE_DIR/. $OPENWHISK_CLEANED_SOURCE_DIR
+rsync -rtp --exclude .*\* --exclude bin\* --exclude build\* 
$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