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/01/18 14:05:00 UTC

[openwhisk-release] branch master updated (1acf8e1 -> 3c95e50)

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 1acf8e1  client-js 1.21.7 release config (#410)
     new 8094681  remove Travis CI file/badge
     new 6bd3dab  fix scanCode violations
     new 3c95e50  add a workflow to run scanCode

The 3 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:
 .github/workflows/ci.yaml                | 33 ++++++++++++++++++++++++++++++++
 .travis.yml                              | 32 -------------------------------
 README.md                                |  1 -
 release-docs/0.9.0-incubating/INSTALL.md |  6 +++---
 tools/mail-config-template.yaml          | 16 ++++++++++++++++
 5 files changed, 52 insertions(+), 36 deletions(-)
 create mode 100644 .github/workflows/ci.yaml
 delete mode 100644 .travis.yml


[openwhisk-release] 01/03: remove Travis CI file/badge

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 8094681aeb453403ce386a43144112dede4cd250
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Mon Jan 16 11:27:30 2023 -0500

    remove Travis CI file/badge
    
    We were not running any actual tests on this repo, so can be trivally dropped.
---
 .travis.yml | 32 --------------------------------
 README.md   |  1 -
 2 files changed, 33 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index e66c2c2..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-sudo: required
-
-env:
-  global:
-
-notifications:
-  email: false
-  webhooks:
-    urls:
-      # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR authors with TravisCI results
-      secure: u1CKeoixTrSka68K0IHX3mFrk0u2p1FxJ8YqYhj0TEwaYHBv9Hvd7SrHPXUDrOYuSHevUq6UOKeykBhloZW5qwy1QieW0cXfzLrdst7BFXky9jTeSzRNsJmQz2InmFyVXFqIeY9lOwDiJILtK+OaqGCydyqnIwIVf94h6EKUhx0tTU4fmkX+9IvQ7XX7j86IxkvrEllEcm73PEXqqx8MaNrWXmulVIKfkYEhUFyd2yNQjz7zt+ysEer15H0VaHXBIQoUmPTd80RtGecLghD9vindHlwrX8FxEdCJrcSmdsI3NI5jRKxVgXZKYPSVfwCLMvci6WPSKPdovvcySMFXu5MJtQvsfETo18wsodAH/iMwl2J3aWm/5mLhz4ajhHSIP5MxYFBZzQAZPBOFhzv50xIEJzs/qU85+22BQ5XsNn7LTSCFAhuTVzu+1sHe6pjEJY9ewzHA+plmYPDFLw2RuofB4lWdqO [...]
-
-
-script:
- - echo "nothing to do..."
diff --git a/README.md b/README.md
index 5a1f9b6..61b8f8a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,6 @@
 # Apache OpenWhisk Project Release Management
 
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
-[![Build Status](https://travis-ci.com/apache/openwhisk-release.svg?branch=master)](https://travis-ci.com/github/apache/openwhisk-release)
 
 This project provides the Apache OpenWhisk project's Release Managers with the instructions and automation needed to ensure that project releases comply with both the Apache Software Foundation's (ASF) [Release Creation Process](http://www.apache.org/dev/release-publishing.html) and [Release Policy](http://www.apache.org/legal/release-policy.html).
 


[openwhisk-release] 03/03: add a workflow to run scanCode

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 3c95e5031d5e424a933329ec8037bb441813f335
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Mon Jan 16 15:12:50 2023 -0500

    add a workflow to run scanCode
---
 .github/workflows/ci.yaml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
new file mode 100644
index 0000000..1acd228
--- /dev/null
+++ b/.github/workflows/ci.yaml
@@ -0,0 +1,33 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+name: Continuous Integration
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
+    types: [ opened, synchronize, reopened ]
+jobs:
+  scancode:
+    runs-on: ubuntu-22.04
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Scan Code
+        uses: apache/openwhisk-utilities/scancode@master


[openwhisk-release] 02/03: fix scanCode violations

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 6bd3dab709e44b3a10d104a66a0fd3b9495a2633
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Mon Jan 16 15:09:42 2023 -0500

    fix scanCode violations
---
 release-docs/0.9.0-incubating/INSTALL.md |  6 +++---
 tools/mail-config-template.yaml          | 16 ++++++++++++++++
 2 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/release-docs/0.9.0-incubating/INSTALL.md b/release-docs/0.9.0-incubating/INSTALL.md
index c1fc958..6d14366 100644
--- a/release-docs/0.9.0-incubating/INSTALL.md
+++ b/release-docs/0.9.0-incubating/INSTALL.md
@@ -80,7 +80,7 @@ Download the [signature](https://www-us.apache.org/dist/incubator/openwhisk/apac
 gpg --verify openwhisk-0.9.0-incubating-sources.tar.gz.asc openwhisk-0.9.0-incubating-sources.tar.gz
 ```
 
-As you may notice, if each OpenWhisk module is named <artifact>, the naming convention for the SHA512 checksum is <artifact>.sha512 and for the signature is <artifact>.sha512.asc. 
+As you may notice, if each OpenWhisk module is named <artifact>, the naming convention for the SHA512 checksum is <artifact>.sha512 and for the signature is <artifact>.sha512.asc.
 The download link for its SHA512 checksum is https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/<artifact>.sha512
 and for its signature is https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/<artifact>.sha512.asc.
 
@@ -105,7 +105,7 @@ Once you have verified the artifact checksums, unzip and extract the source code
 You can use the following command to untar the package:
 
 ```
-tar -xvzf openwhisk-0.9.0-incubating-sources.tar.gz 
+tar -xvzf openwhisk-0.9.0-incubating-sources.tar.gz
 ```
 
 You may need to change the name of the artifact based on the module to be unzipped and extracted.
@@ -259,7 +259,7 @@ ansible-playbook -i environments/local apigateway.yml
 If you would like to use the CLI from your local build, please run the following command for the playbook of openwhisk.yml:
 
 ```
-ansible-playbook -i environments/local openwhisk.yml -e cli_installation_mode=local -e openwhisk_cli_home=$OPENWHISK_HOME_CLI 
+ansible-playbook -i environments/local openwhisk.yml -e cli_installation_mode=local -e openwhisk_cli_home=$OPENWHISK_HOME_CLI
 ```
 
 instead of
diff --git a/tools/mail-config-template.yaml b/tools/mail-config-template.yaml
index f870d50..7c9c512 100644
--- a/tools/mail-config-template.yaml
+++ b/tools/mail-config-template.yaml
@@ -1,3 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 mail:
   from: '"OpenWhisk Release" <YO...@apache.org>'
   to: 'dev@openwhisk.apache.org'