#11468 rpms/bluez dist-git repo throws errors
Closed: Fixed by humaton. Opened by kalev.

rpms/bluez git repo appears to be in a somewhat broken state:

$ fedpkg clone -a bluez
Cloning into 'bluez'...
remote: Enumerating objects: 2124, done.
remote: Counting objects: 100% (2124/2124), done.
remote: Compressing objects: 100% (1609/1609), done.
remote: Total 2124 (delta 1080), reused 1017 (delta 443), pack-reused 0
Receiving objects: 100% (2124/2124), 481.19 KiB | 1018.00 KiB/s, done.
Resolving deltas: 100% (1080/1080), done.
error: no such remote ref refs/heads/rawhide/user/lkundrak/bluez-5.13dc44cb7a580af5ee0478603fec7e679427b0ebf
Could not execute clone: Failed to execute command.

Note that without -a passed to fedpkg the error message changes slightly and the clone doesn't completely error out.


I've seen that previously but never known how to fix it but it's also never actually caused an issue.

FIxed:

$ fedpkg clone -a bluez
Cloning into 'bluez'...
remote: Enumerating objects: 2124, done.
remote: Counting objects: 100% (2124/2124), done.
remote: Compressing objects: 100% (1609/1609), done.
remote: Total 2124 (delta 1081), reused 1017 (delta 443), pack-reused 0
Receiving objects: 100% (2124/2124), 484.67 KiB | 474.00 KiB/s, done.
Resolving deltas: 100% (1081/1081), done.

The problem was there was a reference to user fork in packed-refs in the repo. Removing the reference fixed the error.

@pbrobinson If you can get me a list of repos in this ticket I can take care of it.

Metadata Update from @humaton:
- Issue tagged with: low-gain, medium-trouble, ops

Excellent, thank you @humaton!

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

Metadata