You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2023/02/20 00:42:53 UTC

[openwhisk-release] branch master updated (878cd1b -> 1da0545)

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

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


    from 878cd1b  Add GitHub action badge (#413)
     new f1e791f  Notice end year is now 2023
     new 1da0545  exclude .asf.yaml and .github from source releases

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tools/package_source_code.sh | 2 +-
 tools/rcverify.sh            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[openwhisk-release] 01/02: Notice end year is now 2023

Posted by dg...@apache.org.
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 f1e791f341bc568da3806ca3fd73d98549914bce
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Sat Feb 18 17:22:11 2023 -0500

    Notice end year is now 2023
---
 tools/rcverify.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/rcverify.sh b/tools/rcverify.sh
index 84e0146..99cd8b4 100755
--- a/tools/rcverify.sh
+++ b/tools/rcverify.sh
@@ -65,7 +65,7 @@ TGZ=$NAME-$V-sources.tar.gz
 KEYS=$RC-$V-KEYS
 
 NOTICE_REGEX='^Apache .+
-Copyright [0-9]{4}-2022 The Apache Software Foundation
+Copyright [0-9]{4}-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation \(http:\/\/www\.apache\.org\/\)\.$'


[openwhisk-release] 02/02: exclude .asf.yaml and .github from source releases

Posted by dg...@apache.org.
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 <gr...@us.ibm.com>
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