commit c5092771d0e24d13358e00e1729c6dfc9ba678fb Author: Pierre-Yves Chibon py@chibon.fr pingou@pingoured.fr Date: Thu Jul 21 14:10:49 2011 +0200
When answer an ACL request, print out the name of the user approved/denied rather than the name of the package owner.
See #11
pkgdb-cli.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/pkgdb-cli.py b/pkgdb-cli.py index 22c23fd..712c1d2 100755 --- a/pkgdb-cli.py +++ b/pkgdb-cli.py @@ -297,7 +297,7 @@ def _answer_acl(action, user, packagename, answer, branch): action, answer, reset, - pkgdbclient.username, + user, packagename, branch) else:
packagedb-cli-commits@lists.stg.fedorahosted.org