openSUSE:Obs git known issues
Known Issues and Workarounds regarding the OBS to Git migration
The main page is here. To learn about the new git packaging workflow visit the dedicated page. To learn more about the specifics for Leap see packaging for Leap.
Issues are generally reported and tracked at:
We will try to document known workarounds here.
Creating PR from one pool branch to another directly fails (#129)
If you are a regular user (non-collaborator), you go to /pool/somepackage
and select factory
branch as source and leap-16.0
as target, the UI will fail with a permission issue.
Workaround
Fork to home and then create a PR from there to leap-16.0
Gitea doesn't allow LFS push with AGit workflow (#97)
This is being worked on upstream: https://github.com/go-gitea/gitea/issues/34583
Workaround
Use standard fork and create a PR from that. See git-obs workflow