#11118 My fork of rpms/kernel on src.fp.o is broken
Closed: Fixed with Explanation by kevin. Opened by omos.

My fork of rpms/kernel at https://src.fedoraproject.org/fork/omos/rpms/kernel seems to be broken/corrupted. Opening the link in the web UI gives me a 500 error page and pushing to the repo via git fails as follows:

$ git push -u fork
fatal: unterminated line in ./packed-refs: 21b36d969b84705229e4047a615fd55be1b982ce refs/heads/rawhide/user/hadess/sur...
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Could someone form the admins please have look and try to recover the repository? If it's broken beyond repair, restoring it to a fresh fork of rpms/kernel is enough for me (I don't think I have any important code there that I don't have locally).

Thanks!


Metadata Update from @phsmoura:
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: medium-gain, medium-trouble

The paacked-refs file there was corrupted for some reason.

I moved it aside and ran a git gc on it and it seems to have fixed it.

# mv packed-refs packed-refs.sav
# sudo -u pagure git gc                                          
Enumerating objects: 78023, done.
Counting objects: 100% (78023/78023), done.
Delta compression using up to 16 threads
Compressing objects: 100% (20494/20494), done.
Writing objects: 100% (78023/78023), done.
Selecting bitmap commits: 11842, done.
Building bitmaps: 100% (222/222), done.
Total 78023 (delta 47450), reused 73785 (delta 44170), pack-reused 0

Metadata Update from @kevin:
- Issue close_status updated to: Fixed with Explanation
- Issue status updated to: Closed (was: Open)

Yep, seems to be fixed on my side as well. Thank you for the fix!

Metadata