#4321 Release links broken when annotated tags used for releases
Closed: Fixed 4 years ago by pingou. Opened 5 years ago by mikem.

On the Koji releases page, all the release links result in 500 errors:

https://pagure.io/koji/releases

E.g.

These do appear to be correct refs for the tag. However, they are refs to the annotated tag object, not the commit the tag refers to:

[mike@localhost koji]$ git cat-file -t koji-1.17.0
tag
[mike@localhost koji]$ git rev-parse koji-1.17.0
457ef5bab8d47d1d25d25d789ccb113a37d2604e
[mike@localhost koji]$ git rev-parse koji-1.17.0^{commit}
532697efb31da00926116ba566fd62a80435930f

I note this appears to affect the pagure releases page too, at least for the past few releases

I'm tagging this for 5.5 but I wonder if we didn't fix this in 5.4 in fact. I'll check after 5.4 is deployed :)

Metadata Update from @pingou:
- Issue set to the milestone: 5.5
- Issue tagged with: bug

5 years ago

Both links are now accessible, so we can close this ticket as fixed :)

Thanks for your patience :)

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

4 years ago

Login to comment on this ticket.

Metadata