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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git

commit 1da05454884e7911c21301541385bde8ae28ed09
Author: David Grove <[email protected]>
AuthorDate: Sat Feb 18 17:22:41 2023 -0500

    exclude .asf.yaml and .github from source releases
---
 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 c9782af..5063fa6 100755
--- a/tools/package_source_code.sh
+++ b/tools/package_source_code.sh
@@ -32,7 +32,7 @@ rm -rf $OPENWHISK_CLEANED_SOURCE_DIR/*
 # Clean up all the source code by excluding unnecessary files and folders
 # Remove hidden files and folder
 # Remove bin and build folders
-rsync -rtp --exclude gradle/wrapper/gradle-\*.jar --exclude .bin --exclude 
.jshintrc --exclude .pydevproject --exclude .rat-excludes --exclude .git\* 
--exclude .travis.yml --exclude credentials.json.enc --exclude build --exclude 
specification/archive --exclude specification/diagrams --exclude "*.odg" 
--exclude docs/media --exclude tests/src/integration $OPENWHISK_SOURCE_DIR/. 
$OPENWHISK_CLEANED_SOURCE_DIR
+rsync -rtp --exclude gradle/wrapper/gradle-\*.jar --exclude .bin --exclude 
.jshintrc --exclude .pydevproject --exclude .rat-excludes --exclude .git\* 
--exclude .travis.yml --exclude .asf.yaml --exclude .github --exclude 
credentials.json.enc --exclude build --exclude specification/archive --exclude 
specification/diagrams --exclude "*.odg" --exclude docs/media --exclude 
tests/src/integration $OPENWHISK_SOURCE_DIR/. $OPENWHISK_CLEANED_SOURCE_DIR
 
 for repo in $(echo $repos | sed "s/,/ /g")
 do

Reply via email to