I have just upgraded from 2.16 to 2.17 on Ubuntu 22.04
Things seem to be working but after running
OPL-update
it created a new branch v2022-05-30 and switches to it.
I don't recall anything like that in 2.16
Should one be concern with that?
The method now is simply to run OPL-update. There is no need to checkout the main branch or do a git pull. When OPL-update runs, it runs the script downoad-OPL-metadata-release.pl. That script downloads the latest OPL metadata release directly from GitHub, and is independent of the status of your local OPL clone. Then it runs "git fetch" on the local clone. For that it doesn't matter what branch is checked out, and it updates all references to the remote without changing anything in any locally checked out branches. Then it checks out the tag corresponding to the downloaded OPL metadata release as a new branch.