From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAC9E1396DA for ; Tue, 31 Oct 2017 22:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F5FD2BC076; Tue, 31 Oct 2017 22:57:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EE772BC076 for ; Tue, 31 Oct 2017 22:57:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B4F9341745 for ; Tue, 31 Oct 2017 22:57:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2166829 for ; Tue, 31 Oct 2017 22:57:14 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1509490268.96782d328baf55a736117f14eac71b778d5ef7ce.leio@gentoo> Subject: [gentoo-commits] proj/gentoo-bumpchecker:master commit in: / X-VCS-Repository: proj/gentoo-bumpchecker X-VCS-Files: x-modular-bumpchecker.py X-VCS-Directories: / X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 96782d328baf55a736117f14eac71b778d5ef7ce X-VCS-Branch: master Date: Tue, 31 Oct 2017 22:57:14 +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: 1466355a-5f34-4f15-92d7-2ba5823af348 X-Archives-Hash: 3f14ef9646a638cc74938980951a8120 commit: 96782d328baf55a736117f14eac71b778d5ef7ce Author: Mart Raudsepp gentoo org> AuthorDate: Tue Oct 31 22:51:08 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Oct 31 22:51:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bumpchecker.git/commit/?id=96782d32 x-modular: Pass True, not 'True' to find_packages_in_tree x-modular-bumpchecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-modular-bumpchecker.py b/x-modular-bumpchecker.py index c5cb3d9..409537c 100755 --- a/x-modular-bumpchecker.py +++ b/x-modular-bumpchecker.py @@ -38,7 +38,7 @@ if __name__ == '__main__': options.get_arguments().portdir, \ options.get_arguments().all_overlays, \ options.get_arguments().overlays, \ - 'True' ) + True) #for pkg in stable_packages_in_portage: # print "found stable: "+pkg.name+"-"+pkg.version