File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 )
2
2
3
3
` cloudmonkey ` :cloud ::monkey_face : is a command line interface (CLI) for
4
4
[ 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://
57
57
3 . Commit your change
58
58
4 . Write tests for your change if applicable
59
59
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
61
61
62
62
### History
63
63
Original file line number Diff line number Diff line change 19
19
version=' TESTBUILD'
20
20
sourcedir=~ /cloudstack-cloudmonkey
21
21
outputdir=/tmp/cloudstack-cloudmonkey-build/
22
- branch=' master '
22
+ branch=' main '
23
23
tag=' no'
24
24
certid=' X'
25
25
committosvn=' X'
26
26
27
27
usage (){
28
28
echo " usage: $0 -v version [-b branch] [-s source dir] [-o output dir] [-t] [-u] [-c] [-h]"
29
29
echo " -v sets the version"
30
- echo " -b sets the branch (defaults to 'master ')"
30
+ echo " -b sets the branch (defaults to 'main ')"
31
31
echo " -s sets the source directory (defaults to $sourcedir )"
32
32
echo " -o sets the output directory (defaults to $outputdir )"
33
33
echo " -t tags the git repo with the version"
You can’t perform that action at this time.
0 commit comments