On Sat, 27 Dec 2003 19:10:49 +0100
Guy Martin <[EMAIL PROTECTED]> wrote:

> It's not so hard to keep your arch up to date with the maximum of
> packages. But it's harder to know which packages you have to test.
> That's why I've done this little tool a while ago :
> http://dev.gentoo.org/~gmsoft/tools/imlate . Beeing nearly alone for
> hppa to test everything, my arch have only 52 packages 'late' compared
> with x86.

If anyone is interested, I've attached a diff for imlate to format the
output into more of a table.  Makes it a little more readable.

Cheers,
-- 
Jason Wever
Gentoo/Sparc Co-Team Lead
--- imlate.orig	2003-12-27 19:48:33.000000000 -0500
+++ imlate	2003-12-28 11:35:13.000000000 -0500
@@ -22,6 +22,8 @@
 total = 0
 
 all_cp_list = portage.portdb.cp_all()
+print my_group.ljust(40) + "\t" + target_group.ljust(40)
+print "-" * 80
 for cp in all_cp_list:
 	cpv = portage.portdb.cp_list(cp)
 
@@ -37,6 +39,6 @@
 	if not len(target_list): continue
 	target_newest = portage.best(target_list)
 	if not portage.best([my_newest, target_newest]) == my_newest :
-		print "On " + my_group + " we have " + my_newest + " but on " + target_group + ", we already have " + target_newest
+		print my_newest.ljust(40) + "\t" + target_newest.ljust(40)
 		total = total + 1
 print "A total of " + str(total) + " ebuilds seems outaded on " + my_group

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to