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

houshengbo 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 b1d1136  Rename license into license, add tests exclusion back (#172)
b1d1136 is described below

commit b1d113627811a936eec8f03905b66c8b7e608b10
Author: Vincent <[email protected]>
AuthorDate: Wed May 30 15:45:12 2018 -0400

    Rename license into license, add tests exclusion back (#172)
---
 .../openwhisk-runtime-swift/{license => licenses}/LICENSE-flask.txt     | 0
 .../openwhisk-runtime-swift/{license => licenses}/LICENSE-gevent.txt    | 0
 .../{license => licenses}/LICENSE-openwhiskruntimedocker.txt            | 0
 .../openwhisk-runtime-swift/{license => licenses}/LICENSE-python.txt    | 0
 .../openwhisk-runtime-swift/{license => licenses}/LICENSE-swift.txt     | 0
 tools/package_source_code.sh                                            | 2 +-
 6 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/archive/convenience-binaries/openwhisk-runtime-swift/license/LICENSE-flask.txt
 
b/archive/convenience-binaries/openwhisk-runtime-swift/licenses/LICENSE-flask.txt
similarity index 100%
rename from 
archive/convenience-binaries/openwhisk-runtime-swift/license/LICENSE-flask.txt
rename to 
archive/convenience-binaries/openwhisk-runtime-swift/licenses/LICENSE-flask.txt
diff --git 
a/archive/convenience-binaries/openwhisk-runtime-swift/license/LICENSE-gevent.txt
 
b/archive/convenience-binaries/openwhisk-runtime-swift/licenses/LICENSE-gevent.txt
similarity index 100%
rename from 
archive/convenience-binaries/openwhisk-runtime-swift/license/LICENSE-gevent.txt
rename to 
archive/convenience-binaries/openwhisk-runtime-swift/licenses/LICENSE-gevent.txt
diff --git 
a/archive/convenience-binaries/openwhisk-runtime-swift/license/LICENSE-openwhiskruntimedocker.txt
 
b/archive/convenience-binaries/openwhisk-runtime-swift/licenses/LICENSE-openwhiskruntimedocker.txt
similarity index 100%
rename from 
archive/convenience-binaries/openwhisk-runtime-swift/license/LICENSE-openwhiskruntimedocker.txt
rename to 
archive/convenience-binaries/openwhisk-runtime-swift/licenses/LICENSE-openwhiskruntimedocker.txt
diff --git 
a/archive/convenience-binaries/openwhisk-runtime-swift/license/LICENSE-python.txt
 
b/archive/convenience-binaries/openwhisk-runtime-swift/licenses/LICENSE-python.txt
similarity index 100%
rename from 
archive/convenience-binaries/openwhisk-runtime-swift/license/LICENSE-python.txt
rename to 
archive/convenience-binaries/openwhisk-runtime-swift/licenses/LICENSE-python.txt
diff --git 
a/archive/convenience-binaries/openwhisk-runtime-swift/license/LICENSE-swift.txt
 
b/archive/convenience-binaries/openwhisk-runtime-swift/licenses/LICENSE-swift.txt
similarity index 100%
rename from 
archive/convenience-binaries/openwhisk-runtime-swift/license/LICENSE-swift.txt
rename to 
archive/convenience-binaries/openwhisk-runtime-swift/licenses/LICENSE-swift.txt
diff --git a/tools/package_source_code.sh b/tools/package_source_code.sh
index 6e8effd..b4f13b2 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 .git* --exclude .dockerignore --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
[email protected].

Reply via email to