| 1 |
owners Information Has Moved
|
| 2 |
============================
|
| 3 |
|
| 4 |
owners.list is no longer maintained.
|
| 5 |
|
| 6 |
The information is currently stored in the Fedora PackageDB. There are several
|
| 7 |
methods available for accessing the information. For retrieving a whole list
|
| 8 |
you can use either of these:
|
| 9 |
https://admin.fedoraproject.org/pkgdb/acls/vcs?tg_format=plain
|
| 10 |
https://admin.fedoraproject.org/pkgdb/acls/bugzilla?tg_format=plain
|
| 11 |
|
| 12 |
Either of the above can also be retrieved as json data for scripts which want
|
| 13 |
to use one of the libraries which parse JSON directly into datastructures. To
|
| 14 |
enable that change the query param to::
|
| 15 |
?tg_format=json
|
| 16 |
|
| 17 |
For retrieving a single package you can use:
|
| 18 |
https://admin.fedoraproject.org/pkgdb/packages/name/PACKAGENAME?tg_format=json
|
| 19 |
|
| 20 |
There is currently no plain text format for the package data.
|
| 21 |
|
| 22 |
For Historical Purposes
|
| 23 |
=======================
|
| 24 |
|
| 25 |
If you want to retrieve owners.list to see who owned a package before the
|
| 26 |
package database was implemented, run these commands:
|
| 27 |
# Find out what the last revision was with an owners.list file
|
| 28 |
cvs log OWNERS
|
| 29 |
# Checout that revision
|
| 30 |
cvs update -r X.XXX OWNERS
|
| 31 |
|
| 32 |
OWNERS can be owners.list, owners.epel.list, or owners.olpc.list
|