commit 06d32b0e2f76b51a703c5f80000995db7a6339a7 Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Thu Mar 13 16:26:30 2014 +0100
Specify in get_packagers which packagers are returned (vs what FAS provides)
pkgdb2.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) --- diff --git a/pkgdb2.py b/pkgdb2.py index e0ab401..c8214f9 100644 --- a/pkgdb2.py +++ b/pkgdb2.py @@ -476,6 +476,11 @@ class PkgDB(object): def get_packagers(self, pattern='*'): ''' Return the list of packagers matching the provided criterias.
+ Only packagers having at least commit right on one package are + returned (on the contrary to querying + `FAS https://admin.fedorapoject.org/accounts`_ for the members of + the packager group). + :kwarg pattern: The pattern to query the usernames of the packager :type pattern: str :return: the json object returned by the API
packagedb-cli-commits@lists.stg.fedorahosted.org