potentially unmaintained packages

Seth Vidal skvidal at fedoraproject.org
Wed Apr 14 12:17:38 UTC 2010



On Wed, 14 Apr 2010, Christoph Wickert wrote:

> Am Dienstag, den 13.04.2010, 17:03 -0400 schrieb Seth Vidal:
>
>> http://skvidal.fedorapeople.org/misc/potentially-unmaintained/2010-04-13/
>
> I see packages_by_user, pkgs_with_bugs and everything. What I would like
> to see is pkgs_with_bugs_by_user, because this is something that should
> really considered harmful. If a package has no bugs, I don't think it
> needs a new build.
>

okay. You can sort the everything.txt however you'd like.

the first column is pkg name
second is username
third is last build date
fourth is number of open bugs

here you go:

grep -v ' 0' everything.txt| sort -k 2 | awk '{ print $2,  $1,  $4 }'

that should output:
username pkgname bugnumber

sorted by username and not including any pkg with no bugs.

-sv



More information about the devel mailing list