From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 68DED1381F3 for ; Fri, 5 Jul 2013 16:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C932DE0AD5; Fri, 5 Jul 2013 16:55:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3065BE0AD5 for ; Fri, 5 Jul 2013 16:55:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3932633E918 for ; Fri, 5 Jul 2013 16:55:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 44F16E5460 for ; Fri, 5 Jul 2013 16:55:45 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1373043301.cf75a983ebf49ebcf4cd360da311545a39bfb2f7.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: roverlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/main.py X-VCS-Directories: roverlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: cf75a983ebf49ebcf4cd360da311545a39bfb2f7 X-VCS-Branch: gsoc13/next Date: Fri, 5 Jul 2013 16:55:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5e086000-098f-4c71-8ba4-1a96870eebf9 X-Archives-Hash: 6a25e91b65311f0d5662f4ae76e9bb8b commit: cf75a983ebf49ebcf4cd360da311545a39bfb2f7 Author: André Erdmann mailerd de> AuthorDate: Fri Jul 5 16:55:01 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Jul 5 16:55:01 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=cf75a983 roverlay/main: call selfdep reduction --- roverlay/main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roverlay/main.py b/roverlay/main.py index 8bfecf6..b49cac3 100644 --- a/roverlay/main.py +++ b/roverlay/main.py @@ -278,6 +278,10 @@ def main ( overlay_creator.remove_moved_ebuilds ( reverse=True ) overlay_creator.run ( close_when_done=True ) + # FIXME: + # overlay_creator.remove_bad_packages() should replace this direct + # call (and could create timestats for it) + overlay_creator.overlay.remove_bad_packages() optionally ( overlay_creator.write_overlay, 'write_overlay' ) optionally ( overlay_creator.show_overlay, 'show_overlay' )