Hi everyone,
I was working on building a new version for lcov, and have incorrectly created an epel10 branch by checkout -b and push instead of fedpkg request-branch. Performing a fedpkg request-branch now returns Requested branch "epel10" already exists. Skipping the operation. and of course I can't delete the remote branch.
Requested branch "epel10" already exists. Skipping the operation.
As far as I know the allowlist for the tag is missing when doing a plain push:
$ koji list-pkgs --package lcov --tag epel10.0 (no matching packages)
Could you manually add it?
There were some discussions in https://pagure.io/releng/issue/12457 to prevent branch creation for branches such as epel. What is the current state there?
Thanks!
Metadata Update from @patrikp: - Issue assigned to patrikp
Hello. :wave:
$ koji list-pkgs --package lcov --tag epel10.0 now returns:
$ koji list-pkgs --package lcov --tag epel10.0
Package Tag Extra Arches Owner lcov epel10.0 mengel
Could you try now, please?
For future reference, the command I ran was: $ koji add-pkg --owner=mengel epel10.0 lcov
$ koji add-pkg --owner=mengel epel10.0 lcov
Thanks! @patrikp
I waited a bit and rerun fedpkg build: https://koji.fedoraproject.org/koji/taskinfo?taskID=134353934 Unfortunately, it still fails with
fedpkg build
BuildError: package lcov not in list for tag epel10.1-testing-candidate
Is it taking a bit longer or is something else missing? @patrikp
I added it to epel10.1 tag too, could you try again?
epel10.1
That was the last missing piece - I got a successful build: https://koji.fedoraproject.org/koji/taskinfo?taskID=134354671 Thanks! @patrikp I think we can close this issue.
Metadata Update from @patrikp: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.