This is an automated email from the ASF dual-hosted git repository.
pdesai 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 9bdda58 Change the confition of exclusion from .git* to .git\* (#203)
9bdda58 is described below
commit 9bdda585dc9c5a4723fc6861c05dba7ac8e472e1
Author: Vincent <[email protected]>
AuthorDate: Fri Jun 22 16:06:03 2018 -0400
Change the confition of exclusion from .git* to .git\* (#203)
---
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 8a953ad..1d5ac9f 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 .bin --exclude .jshintrc --exclude .pydevproject
--exclude .rat-excludes --exclude .git* --exclude .travis.yml --exclude bin
--exclude build --exclude specification/archive --exclude
specification/diagrams --exclude tests $OPENWHISK_SOURCE_DIR/.
$OPENWHISK_CLEANED_SOURCE_DIR
+rsync -rtp --exclude .bin --exclude .jshintrc --exclude .pydevproject
--exclude .rat-excludes --exclude .git\* --exclude .travis.yml --exclude bin
--exclude build --exclude specification/archive --exclude
specification/diagrams --exclude tests $OPENWHISK_SOURCE_DIR/.
$OPENWHISK_CLEANED_SOURCE_DIR
for repo in $(echo $repos | sed "s/,/ /g")
do