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

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new c2b75f4c81 README: revert project logo and update README
c2b75f4c81 is described below

commit c2b75f4c81cf0b2846da10de52b9dd66292bff36
Author: Rohit Yadav <[email protected]>
AuthorDate: Thu Jan 5 17:59:08 2023 +0530

    README: revert project logo and update README
    
    Happy New Year - this reverts project logo and updates README and the
    names of Github Actions badges used on README.
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 .github/workflows/build.yml | 2 +-
 .github/workflows/rat.yml   | 2 +-
 README.md                   | 9 +++++----
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index af0b965fae..a1c3190a3e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Maven Build (noredist)
+name: Build
 
 on: [push, pull_request]
 
diff --git a/.github/workflows/rat.yml b/.github/workflows/rat.yml
index 4206480eac..438d75bfcf 100644
--- a/.github/workflows/rat.yml
+++ b/.github/workflows/rat.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: RAT License Check
+name: License Check
 
 on: [push, pull_request]
 
diff --git a/README.md b/README.md
index eec8ae98f1..e56857ed0c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Apache CloudStack [![Maven Build 
Status](https://github.com/apache/cloudstack/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/apache/cloudstack/actions/workflows/build.yml)
 [![UI 
Build](https://github.com/apache/cloudstack/actions/workflows/ui.yml/badge.svg)](https://github.com/apache/cloudstack/actions/workflows/ui.yml)
 [![RAT License 
Check](https://github.com/apache/cloudstack/actions/workflows/rat.yml/badge.svg?branch=main)](https://github.com/apache/cloudstac
 [...]
+# Apache CloudStack [![Build 
Status](https://github.com/apache/cloudstack/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/apache/cloudstack/actions/workflows/build.yml)
 [![UI 
Build](https://github.com/apache/cloudstack/actions/workflows/ui.yml/badge.svg)](https://github.com/apache/cloudstack/actions/workflows/ui.yml)
 [![License 
Check](https://github.com/apache/cloudstack/actions/workflows/rat.yml/badge.svg?branch=main)](https://github.com/apache/cloudstack/actions/
 [...]
 
-![Apache CloudStack](tools/logo/acsxmas.jpg)
+![Apache CloudStack](tools/logo/apache_cloudstack.png)
 
 Apache CloudStack is open source software designed to deploy and manage large
 networks of virtual machines, as a highly available, highly scalable
@@ -101,8 +101,9 @@ developer 
[page](https://cloudstack.apache.org/developers.html) for contributing
 ## Reporting Security Vulnerabilities
 
 If you've found an issue that you believe is a security vulnerability in a
-released version of CloudStack, please report it to 
`[email protected]` with details about the vulnerability, how it
-might be exploited, and any additional information that might be useful.
+released version of CloudStack, please report it to `[email protected]` with
+details about the vulnerability, how it might be exploited, and any additional
+information that might be useful.
 
 For more details, please visit our security 
[page](http://cloudstack.apache.org/security.html).
 

Reply via email to