#28 Show Package Branch Retirement/Orphan Status In Pagure over dist-git
Closed Opened by ralph.

@mohanboddu has asked that we present the information from the "Package Status" panel in PkgDB (https://admin.fedoraproject.org/pkgdb/package/rpms/abakus/) in Pagure over dist-git. This is because this information is now stored in PDC, and there is no graphical way to view this.

This would add information about if a branch is retired/orphaned if it's part of a Fedora release.

To accomplish this, we need to modify:
https://pagure.io/pagure-dist-git/blob/master/f/template/repo_info.html


So there is no way to retrieve from PDC whether a package is retired or not, all we know is which branches are active and which aren't.

In https://pagure.io/pagure-dist-git/pull-request/51 I implemented a way to make the branches grey if they are not active and remove the new PR button if one is added.

I'm kinda thinking this is the best we can do. Other ideas?

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

So there is no way to retrieve from PDC whether a package is retired or not, all we know is which branches are active and which aren't.
In https://pagure.io/pagure-dist-git/pull-request/51 I implemented a way to make the branches grey if they are not active and remove the new PR button if one is added.
I'm kinda thinking this is the best we can do. Other ideas?

Could we show retirement status based on if the master/rawhide branch is EOL? @mohanboddu, what do you think about that?

Metadata