File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88
99env :
1010 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Create and publish a Docker image
44# Configures this workflow to run every time a change is pushed to the branch called `release`.
55on :
66 push :
7- branches : ['master ']
7+ branches : ['main ']
88
99# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
1010env :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ make run
2727
2828> We are looking for lots of testers to push the system
2929
30- > [ see here for docs] ( https://github.com/threefoldtech/mycelium/tree/master /docs )
30+ > [ see here for docs] ( https://github.com/threefoldtech/mycelium/tree/main /docs )
3131
3232## Running
3333
Original file line number Diff line number Diff line change 77 url : " https://github.com/threefoldtech/mycelium"
88 license :
99 name : Apache 2.0
10- url : " https://github.com/threefoldtech/mycelium/blob/master /LICENSE"
10+ url : " https://github.com/threefoldtech/mycelium/blob/main /LICENSE"
1111
1212 description : |
1313 This is the specification of the **mycelium** management API. It is used to perform admin tasks on the system, and
Original file line number Diff line number Diff line change 99 },
1010 "license" : {
1111 "name" : " Apache 2.0" ,
12- "url" : " https://github.com/threefoldtech/mycelium/blob/master /LICENSE"
12+ "url" : " https://github.com/threefoldtech/mycelium/blob/main /LICENSE"
1313 }
1414 },
1515 "servers" : [
Original file line number Diff line number Diff line change 22
33This is the main binary to use when connecting to [ a private network] ( ../docs/private_network.md ) .
44You can either get a release from [ the GitHub release page] ( https://github.com/threefoldtech/myceliumd/releases ) ,
5- or build the code yourself here. While we intend to keep the master branch as stable,
6- i.e. a build from latest master should succeed, this is not a hard guarantee. Additionally,
7- the master branch might not be compatible with the latest release, in case of a
5+ or build the code yourself here. While we intend to keep the main branch as stable,
6+ i.e. a build from latest main should succeed, this is not a hard guarantee. Additionally,
7+ the main branch might not be compatible with the latest release, in case of a
88breaking change.
99
1010Building, with the rust toolchain installed, can be done by running ` cargo build `
Original file line number Diff line number Diff line change 22
33This is the main binary to use for joining a/the public [ ` mycelium ` ] network. You can
44either get the latest release from [ the GitHub release page] ( https://github.com/threefoldtech/myceliumd/releases/latest ) ,
5- or build the code yourself here. While we intend to keep the master branch as stable,
6- i.e. a build from latest master should succeed, this is not a hard guarantee. Additionally,
7- the master branch might not be compatible with the latest release, in case of a
5+ or build the code yourself here. While we intend to keep the main branch as stable,
6+ i.e. a build from latest main should succeed, this is not a hard guarantee. Additionally,
7+ the main branch might not be compatible with the latest release, in case of a
88breaking change.
99
1010Building, with the rust toolchain installed, can be done by running ` cargo build `
You can’t perform that action at this time.
0 commit comments