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

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


The following commit(s) were added to refs/heads/master by this push:
     new cc10795  Inclusivity changes for CloudStack - rename some offensive 
words/terms as appropriate, that are meaningful and inclusive.
     new 80d2a2d  Merge pull request #3 from sureshanaparti/inclusivity-changes
cc10795 is described below

commit cc10795aaa96fd5f3e88699a369e5a9cb460b28e
Author: Suresh Kumar Anaparti <[email protected]>
AuthorDate: Tue Apr 20 12:29:07 2021 +0530

    Inclusivity changes for CloudStack - rename some offensive words/terms as 
appropriate, that are meaningful and inclusive.
    
    - Renamed default git branch name from 'master' to 'main'.
    
    - Replaced whitelist and blacklist with allowlist and denylist respectively.
---
 README.rst | 2 +-
 pylint.rc  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index c7d43d6..685de62 100644
--- a/README.rst
+++ b/README.rst
@@ -10,7 +10,7 @@ A Google Compute Engine Interface For Cloudstack
 
 .. image:: https://badge.fury.io/py/gstack.png
        :target: https://pypi.python.org/pypi/gstack
-.. image:: 
https://api.travis-ci.org/apache/cloudstack-gcestack.png?branch=master
+.. image:: https://api.travis-ci.org/apache/cloudstack-gcestack.png?branch=main
        :target: https://travis-ci.org/apache/cloudstack-gcestack
 
 Description
diff --git a/pylint.rc b/pylint.rc
index baada8d..a9c5bf5 100644
--- a/pylint.rc
+++ b/pylint.rc
@@ -10,7 +10,7 @@
 # Profiled execution.
 profile=no
 
-# Add files or directories to the blacklist. They should be base names, not
+# Add files or directories to the denylist. They should be base names, not
 # paths.
 ignore=CVS
 

Reply via email to