As announced previously, we are working on a distro-wide rename of default branches from "master" to "main". We have done this for our packaging repository today, pmaports, as well as for our main development tool, pmbootstrap.
The repository URLs have been adjusted as well. New installations have an updated /etc/apk/repositories file. For existing installations we have added a HTTP redirect. If you want to adjust your existing installation, use this command:
# sed -i s/master/main/ /etc/apk/repositories
If you have an existing merge request pointing to one of these repositories, please do the following:
- Change the target branch to "main"
- Rebase on "main" (in pmaports CI will fail otherwise)
If you have problems and need help, please reach out to us on chat in the postmarketos-devel channel.