You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying oca-migrate-branch to re-generate 15.0 branch on server-auth w/ all modules as not installable.
It fails here complaining that the branch and/or the ref that is creating does not exist (that's your task bro!):
File "/home/sorsi/.pyenv/versions/oca/bin/oca-migrate-branch", line 33, in <module>
sys.exit(load_entry_point('oca-maintainers-tools', 'console_scripts', 'oca-migrate-branch')())
File "/home/sorsi/dev/sources/maintainer-tools/tools/migrate_branch.py", line 363, in main
migrator.do_migration(projects=args.projects)
File "/home/sorsi/dev/sources/maintainer-tools/tools/migrate_branch.py", line 334, in do_migration
self._migrate_project(project)
File "/home/sorsi/dev/sources/maintainer-tools/tools/migrate_branch.py", line 314, in _migrate_project
repo.create_ref(
File "/home/sorsi/.pyenv/versions/3.8.12/envs/oca/lib/python3.8/site-packages/github3/decorators.py", line 24, in auth_wrapper
return func(self, *args, **kwargs)
File "/home/sorsi/.pyenv/versions/3.8.12/envs/oca/lib/python3.8/site-packages/github3/repos/repo.py", line 1218, in create_ref
json = self._json(self._post(url, data=data), 201)
File "/home/sorsi/.pyenv/versions/3.8.12/envs/oca/lib/python3.8/site-packages/github3/models.py", line 153, in _json
raise exceptions.error_for(response)
github3.exceptions.NotFoundError: 404 Not Found
Is anybody still using it? Is there any known issue?
The text was updated successfully, but these errors were encountered:
It should work, but you shouldn't apply it to general branches like server-auth. OK that you change the method for specific like connector or queue, but not on other general modules branches.
I'm trying
oca-migrate-branch
to re-generate 15.0 branch on server-auth w/ all modules as not installable.It fails here complaining that the branch and/or the ref that is creating does not exist (that's your task bro!):
Is anybody still using it? Is there any known issue?
The text was updated successfully, but these errors were encountered: