#3965 create a list of all retired packages in packagedb and a tarball of all dead.package files for devel and f20
Closed: Fixed None Opened 10 years ago by till.

Package information for several packages is inconsistent, therefore I would like to check which packages are affected. Packagedb does not allow to get a list of all retired packages via the RPC interface, therefore someone needs to run a DB query.

Also I remember that somewhere a machine with a checkout of the full git exists. A tarball with all dead.package files for f20 and master would help to compare this list with the packagedb list.


List of packages retired in the devel branch
retired.devel

Attached the list of packges retired i nthe devel branch of pkgdb. The following is the db query to get this information:

select name from package where id in (select packageid from packagelisting where statuscode in (select statuscodeid from statuscodetranslation where statusname = 'Deprecated') and collectionid = 8) order by name\g /var/tmp/retired

collectionid can be changed if you want the same information for a different branch.

Hopefully the new git clone seed will allow you to find all the dead.package files ok.

http://pkgs.fedoraproject.org/repo/git-seed-latest.tar.xz

Please re-open if you need anything further here.

Login to comment on this ticket.

Metadata