On Fri, Feb 5, 2021 at 3:06 PM Jonathan Wakely <jwakely@xxxxxxxxxxxxxxxxx> wrote: > > On 05/02/21 10:08 -0500, Steven A. Falco wrote: > >I see that the master to main conversion has happened. I'd like to know the recommended way to deal with that. > > > >Currently, I'm doing: > > > >git fetch --all > >git remote prune origin > >git remote set-head origin -a > >git checkout main > > > >The above sets origin/HEAD to rawhide > > > >Question 1: Is that the right set of steps, or is there a better way to update my local repos? > > I think this is all you need: > > git fetch -p > git checkout rawhide > > Then optionally: > > git branch -d master > > >Question 2: For the packages I maintain, should I put changes in main or rawhide? Should I keep main and rawhide in sync? > > They're automatically in sync. Just commit to rawhide. > Should these instructions be documented in https://fedoraproject.org/wiki/Package_maintenance_guide ? I find them very useful, and feel they should be documented for current maintainers. Any thoughts? Regards, Rafael Fontenelle _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure