From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RT8fh-0006Ij-Tz for garchives@archives.gentoo.org; Wed, 23 Nov 2011 08:59:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C53A621C033; Wed, 23 Nov 2011 08:59:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 96DFA21C02B for ; Wed, 23 Nov 2011 08:59:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DBE41B400B for ; Wed, 23 Nov 2011 08:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7792D8004C for ; Wed, 23 Nov 2011 08:59:04 +0000 (UTC) From: "Paweł Hajdan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paweł Hajdan" Message-ID: <2730e673145944ab74b0e3967b0377cd504556d3.phajdan.jr@gentoo> Subject: [gentoo-commits] proj/arch-tools:master commit in: / X-VCS-Repository: proj/arch-tools X-VCS-Files: stabilization-candidates.py X-VCS-Directories: / X-VCS-Committer: phajdan.jr X-VCS-Committer-Name: Paweł Hajdan X-VCS-Revision: 2730e673145944ab74b0e3967b0377cd504556d3 Date: Wed, 23 Nov 2011 08:59:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 975ca55d-53c0-4613-82b7-ee11fc1425c6 X-Archives-Hash: dfafb60db8f1f563c9fe71155b289473 commit: 2730e673145944ab74b0e3967b0377cd504556d3 Author: Pawel Hajdan, Jr gentoo org> AuthorDate: Wed Nov 23 08:58:32 2011 +0000 Commit: Pawe=C5=82 Hajdan gentoo org> CommitDate: Wed Nov 23 08:58:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/arch-tools.gi= t;a=3Dcommit;h=3D2730e673 Ignore ruby for now. --- stabilization-candidates.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/stabilization-candidates.py b/stabilization-candidates.py index 696ad9c..55c3da1 100755 --- a/stabilization-candidates.py +++ b/stabilization-candidates.py @@ -45,6 +45,11 @@ if __name__ =3D=3D "__main__": for cp in portage.portdb.cp_all(): if options.category and not cp.startswith(options.category + "/"): continue + + # Ignore ruby for now, bug #391645. + if 'ruby' in cp: + continue + best_stable =3D portage.versions.best(portage.portdb.match(cp)) if not best_stable: continue