commit 9eb29b3d3a3a5299ff9abc0147430b6816301a9d Author: Pierre-Yves Chibon py@chibon.fr pingou@pingoured.fr Date: Thu Jul 21 18:29:28 2011 +0200
Change back output for package orphaned.
Revert part of the changes from e2527f33327345cffd1b2b7e87d11174180fb69d We keep highlighting the owner if the owner is orphan but we do print whether there was co-maintainer and how old the last build is.
pkgdb-cli.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) --- diff --git a/pkgdb-cli.py b/pkgdb-cli.py index dfdd15c..4f5fd38 100755 --- a/pkgdb-cli.py +++ b/pkgdb-cli.py @@ -541,8 +541,6 @@ def get_package_info(packagename, branch=None, pending=False, 'branchname'])), " " * 10, owner) - if collection['owner'] == 'orphan': - continue
# print header of the table tmp = " " * 24
packagedb-cli-commits@lists.stg.fedorahosted.org