@@ -29,7 +29,7 @@ Deployments to mybinder.org should be:
2929 not require specific sysadmin knowledge.
3030
31313 . ** Timely** . We deploy changes to repo2docker and BinderHub within a few days of
32- them being merged into master .
32+ them being merged into main .
3333
3434These are all ** aspirational** - we strive for hitting the above points,
3535but recognize that work and life may get in the way of doing this perfectly.
@@ -98,7 +98,7 @@ The following lines describe how to point mybinder.org to the new repo2docker im
9898
99991 . Merge changes to repo2docker.
1001002 . Open the [ branches page for repo2docker] ( https://travis-ci.org/jupyter/repo2docker/branches ) .
101- And click on the number for the latest build on "Master ".
101+ And click on the number for the latest build on "main ".
1021023 . Wait for the build for your PR merge to pass (it will say "#NNN passed").
103103 If it does, then continue to step 4. If it doesn't, take a look at the error message, and debug as needed
104104 until they pass.
@@ -144,15 +144,15 @@ The following lines describe how to point mybinder.org to the new repo2docker im
144144### Deploying to _ both_ ` staging ` then ` prod `
145145
146146Deploying a change involves making a PR with your desired change and merging it to
147- master .
147+ main .
148148
1491491 . Make the changes as described above [ on your fork of this repo] ( https://github.com/jupyterhub/mybinder.org-deploy ) .
1501502 . Keep track of the ** hashes** that were updated. You should have both the _ old_ hash that
151151 was replaced, and the _ new_ hash that replaced it.
1521523 . If you haven't already, run the ` list_new_commits.py ` script in the ` scripts/ `
153153 folder. This will print out a URL that describes the changes made to both
154154 BinderHub and repo2docker.
155- 4 . Make a PR to the ` master ` branch with the changes you want.
155+ 4 . Make a PR to the ` main ` branch with the changes you want.
156156
157157 - Name the PR like so: ` <TOOL-CHANGED>: <OLD-HASH>...<NEW-HASH> `
158158 - In the description of the PR, paste the full URL that you printed out
@@ -197,10 +197,10 @@ In this scenario, a user with `OWNER`, `COLLABORATOR` or `MEMBER` association wi
197197The final option to deploy to staging only is by editing ` staging ` -only config files. To deploy
198198to staging only, follow these steps:
199199
200- 1 . Make changes to [ ` config/staging.yaml ` ] ( https://github.com/jupyterhub/mybinder.org-deploy/blob/master /config/staging.yaml )
200+ 1 . Make changes to [ ` config/staging.yaml ` ] ( https://github.com/jupyterhub/mybinder.org-deploy/blob/HEAD /config/staging.yaml )
201201 on your fork. This file contains configuration for Helm that will ** override**
202202 whatever is in ` mybinder/values.yaml ` .
203- 2 . Make a PR to the ` master ` branch, and review, accept, and merge this PR.
203+ 2 . Make a PR to the ` main ` branch, and review, accept, and merge this PR.
204204 ** In this case, you can merge your own PR** .
205205 This will make GitHub Actions deploy the changes
206206 to [ staging.mybinder.org] ( https://staging.mybinder.org ) , and run tests in the ` tests/ `
0 commit comments