Hi,

I renamed https://github.com/python/buildmaster-config default branch to "main".

If you have a local checkout, you can rename your local "master"
branch with these commands:
---
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
---

For the branch rename rationale, see:
https://sfconservancy.org/news/2020/jun/23/gitbranchname/

I just updated the psf-salt job:
https://github.com/python/psf-salt/commit/443dfd7a9d6e28f469df39a8894c9fd96ce42cd3

Victor
-- 
Night gathers, and now my watch begins. It shall not end until my death.
_______________________________________________
Python-Buildbots mailing list -- python-buildbots@python.org
To unsubscribe send an email to python-buildbots-le...@python.org
https://mail.python.org/mailman3/lists/python-buildbots.python.org/
Member address: arch...@mail-archive.com

Reply via email to