#12788 Fix incorrectly created epel10 branch for lcov package
Closed: Fixed 24 days ago by patrikp. Opened 24 days ago by mengel.

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.

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

24 days ago

Hello. :wave:

$ koji list-pkgs --package lcov --tag epel10.0
now returns:

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

Thanks! @patrikp

I waited a bit and rerun fedpkg build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=134353934
Unfortunately, it still fails with

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?

I added it to epel10.1 tag too, could you try again?

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)

24 days ago

Log in to comment on this ticket.

Metadata