Skip to content

Commit 5d22bc4

Browse files
Inclusivity changes for CloudStack - Renamed default git branch name from 'master' to 'main' and some offensive words/terms as appropriate. (#76)
1 parent b772504 commit 5d22bc4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## CloudMonkey [![Build Status](https://travis-ci.org/apache/cloudstack-cloudmonkey.svg?branch=master)](https://travis-ci.org/apache/cloudstack-cloudmonkey)[![](https://images.microbadger.com/badges/version/apache/cloudstack-cloudmonkey.svg)](https://hub.docker.com/r/apache/cloudstack-cloudmonkey)[![cloudmonkey](https://snapcraft.io/cloudmonkey/badge.svg)](https://snapcraft.io/cloudmonkey)
1+
## CloudMonkey [![Build Status](https://travis-ci.org/apache/cloudstack-cloudmonkey.svg?branch=main)](https://travis-ci.org/apache/cloudstack-cloudmonkey)[![](https://images.microbadger.com/badges/version/apache/cloudstack-cloudmonkey.svg)](https://hub.docker.com/r/apache/cloudstack-cloudmonkey)[![cloudmonkey](https://snapcraft.io/cloudmonkey/badge.svg)](https://snapcraft.io/cloudmonkey)
22

33
`cloudmonkey` :cloud::monkey_face: is a command line interface (CLI) for
44
[Apache CloudStack](http://cloudstack.apache.org).
@@ -57,7 +57,7 @@ Report issue(s) on the `user` mailing list and/or open a Github [issue](https://
5757
3. Commit your change
5858
4. Write tests for your change if applicable
5959
5. Run the tests, ensuring they all pass
60-
6. Submit a [Pull Request](https://github.com/apache/cloudstack-cloudmonkey/pull/new/master) using Github
60+
6. Submit a [Pull Request](https://github.com/apache/cloudstack-cloudmonkey/pull/new/main) using Github
6161

6262
### History
6363

Diff for: performrelease.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
version='TESTBUILD'
2020
sourcedir=~/cloudstack-cloudmonkey
2121
outputdir=/tmp/cloudstack-cloudmonkey-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"

0 commit comments

Comments
 (0)