Hi, for some reasons, I am not able to merge pull requests for the SSSD package in src.fedoraproject.org. This is the case for years now, I simply workaroud it by pushing the patch directly with fedpkg push. But finally, I decided to open the issue .
https://src.fedoraproject.org/rpms/sssd
Note that I also maintain authselect and I can merge PRs just fine there. <!!image>
<img alt="Screenshot_2025-01-29_at_17-25-26_PR62_sssd-2.10.2-1_rebase_to_latest_upstream_version_-_rpms_sssd_-_src.fedoraproject.org.png" src="/fedora-infrastructure/issue/raw/files/a8225779c9307bbea21305d85d944a71fec95995fe310d45d8dd2b57d6998707-Screenshot_2025-01-29_at_17-25-26_PR62_sssd-2.10.2-1_rebase_to_latest_upstream_version_-_rpms_sssd_-_src.fedoraproject.org.png" />
Metadata Update from @phsmoura: - Issue priority set to: Waiting on Assignee (was: Needs Review) - Issue tagged with: medium-gain, medium-trouble, ops
@pbrezina It is OK to open a test PR on the sssd, just to see how it behaves?
Of course, do whatever is needed.
I saw @kevin fixed https://pagure.io/releng/issue/12556, did that solve this issue as well?
No, merge button is still red. I just opened a test PR: https://src.fedoraproject.org/rpms/sssd/pull-request/63
Metadata Update from @kevin: - Issue assigned to kevin
So, I ran a 'git fsck' on the repo and it showed some dangling commits (which shouldn't be a problem).
I then ran 'git gc' on it and now it seems working?
[root@pkgs01 ~][PROD-IAD2]# cd /srv/git/repositories/rpms/sssd.git [root@pkgs01 sssd.git][PROD-IAD2]# git fsck Checking object directories: 100% (256/256), done. Checking objects: 100% (5830/5830), done. dangling commit 9d05bec76241b5c2cecdf366109c92fc6fadd43f dangling commit 9b90807239f7fbbd8b80a34b5ab5a5242c1aa46e dangling commit 4c9f4ee50fd6da79849079aa40b9ce2aefe63015 dangling commit 6bbf93929d48ae777180ca8542825d1f8aa66e2c Verifying commits in commit graph: 100% (1395/1395), done. [root@pkgs01 sssd.git][PROD-IAD2]# git gc Enumerating objects: 5833, done. Counting objects: 100% (5833/5833), done. Delta compression using up to 16 threads Compressing objects: 100% (3238/3238), done. Writing objects: 100% (5833/5833), done. Selecting bitmap commits: 1338, done. Building bitmaps: 100% (118/118), done. Total 5833 (delta 2578), reused 5799 (delta 2556), pack-reused 0
So I think it's fixed, but I am not sure why it got into a bad state in the first place. ;(
Metadata Update from @kevin: - Issue close_status updated to: Fixed with Explanation - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.