mrutkows closed pull request #182: Exclude specification/archive and 
specification/diagrams for wskdeploy
URL: https://github.com/apache/incubator-openwhisk-release/pull/182
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tools/package_source_code.sh b/tools/package_source_code.sh
index bd7b830..071428e 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 .travis.yml --exclude bin\* --exclude 
build\* --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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to