Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit e9c2b9d

Browse files
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.
1 parent 8e07435 commit e9c2b9d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Apache CloudStack EC2stack
2121

2222
**An EC2 Compatibility Interface For Apache CloudStack**
2323

24-
[![Build Status](https://travis-ci.org/apache/cloudstack-ec2stack.svg?branch=master)](https://travis-ci.org/apache/cloudstack-ec2stack)
24+
[![Build Status](https://travis-ci.org/apache/cloudstack-ec2stack.svg?branch=main)](https://travis-ci.org/apache/cloudstack-ec2stack)
2525

2626
Description
2727
-----------

performrelease.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
version='TESTBUILD'
2020
sourcedir=~/cloudstack-ec2stack
2121
outputdir=/tmp/cloudstack-ec2stack-build/
22-
branch='master'
22+
branch='main'
2323
tag='no'
2424
certid='X'
2525
committosvn='X'
2626

2727
usage(){
2828
echo "usage: $0 -v version [-b branch] [-s source dir] [-o output dir] [-t] [-u] [-c] [-h]"
2929
echo " -v sets the version"
30-
echo " -b sets the branch (defaults to 'master')"
30+
echo " -b sets the branch (defaults to 'main')"
3131
echo " -s sets the source directory (defaults to $sourcedir)"
3232
echo " -o sets the output directory (defaults to $outputdir)"
3333
echo " -t tags the git repo with the version"

pylint.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Profiled execution.
1111
profile=no
1212

13-
# Add files or directories to the blacklist. They should be base names, not
13+
# Add files or directories to the denylist. They should be base names, not
1414
# paths.
1515
ignore=CVS
1616

0 commit comments

Comments
 (0)