commit ed34436757b545f8baa6b3e8105f0e79c2dbbdee Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Fri Mar 14 18:54:28 2014 +0100
Specify that the update_acl method can be used to request or set ACLs as well
pkgdb2.py | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) --- diff --git a/pkgdb2.py b/pkgdb2.py index 7dede3d..35fb56f 100644 --- a/pkgdb2.py +++ b/pkgdb2.py @@ -780,7 +780,11 @@ class PkgDB(object):
def update_acl(self, pkgname, branches, acls, status, user): ''' Update the specified ACLs, on the specified Branches of the - specified package + specified package. + + This method can also be used to request or set new ACLs on a + package. For example if you want to requrest ACLs on a package or + if you want to grant ACLs to someone.
:arg pkgname: The package name of the package whom ACLs to update :type pkgname: str
packagedb-cli-commits@lists.stg.fedorahosted.org