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 75383138206 for ; Fri, 29 Apr 2016 17:25:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5F6B21C084; Fri, 29 Apr 2016 17:24:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBA2F21C04C for ; Fri, 29 Apr 2016 17:24:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86D4D340D8A for ; Fri, 29 Apr 2016 17:24:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBA2986E for ; Fri, 29 Apr 2016 17:24:45 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1461679779.67b7d60d949002ecf72a13dcda81e34362df8c2c.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: pym/repoman/scanner.py X-VCS-Directories: pym/repoman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 67b7d60d949002ecf72a13dcda81e34362df8c2c X-VCS-Branch: master Date: Fri, 29 Apr 2016 17:24: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: 38d98cfb-d0de-4918-88b6-80b1dbdc44ef X-Archives-Hash: 9673b85fbcccd788b72147e5ee3c4c14 commit: 67b7d60d949002ecf72a13dcda81e34362df8c2c Author: Brian Dolbec gentoo org> AuthorDate: Tue Apr 26 14:09:39 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Apr 26 14:09:39 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=67b7d60d repoman, scanner.py: Remove a rebase error duplicate line. pym/repoman/scanner.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pym/repoman/scanner.py b/pym/repoman/scanner.py index 23d666d..6ded7ee 100644 --- a/pym/repoman/scanner.py +++ b/pym/repoman/scanner.py @@ -233,8 +233,6 @@ class Scanner(object): for key in new: logging.debug("set_func_kwargs(); adding: %s, %s", key, func_kwargs[key]) - logging.debug("set_func_kwargs(); adding: %s, %s", - key, func_kwargs[key]) if func_kwargs[key][0] in ['Future', 'ExtendedFuture']: if key not in self.ext_futures: logging.debug( 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 A8548138206 for ; Tue, 26 Apr 2016 14:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DBA921C004; Tue, 26 Apr 2016 14:47:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F22621C004 for ; Tue, 26 Apr 2016 14:47:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 376BE3409E2 for ; Tue, 26 Apr 2016 14:47:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB520963 for ; Tue, 26 Apr 2016 14:47:53 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1461679779.67b7d60d949002ecf72a13dcda81e34362df8c2c.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: pym/repoman/scanner.py X-VCS-Directories: pym/repoman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 67b7d60d949002ecf72a13dcda81e34362df8c2c X-VCS-Branch: repoman Date: Tue, 26 Apr 2016 14:47:53 +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: 0f0541e4-0ddf-4864-b3fd-f7ae920a5c5b X-Archives-Hash: 6ee0e969d2ff4eb3d8d5a7867b4c07d9 Message-ID: <20160426144753.f111PfkTbxb3JzRBgxH0Bc1Emf5y0n_B-iS5kWpaGog@z> commit: 67b7d60d949002ecf72a13dcda81e34362df8c2c Author: Brian Dolbec gentoo org> AuthorDate: Tue Apr 26 14:09:39 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Apr 26 14:09:39 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=67b7d60d repoman, scanner.py: Remove a rebase error duplicate line. pym/repoman/scanner.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pym/repoman/scanner.py b/pym/repoman/scanner.py index 23d666d..6ded7ee 100644 --- a/pym/repoman/scanner.py +++ b/pym/repoman/scanner.py @@ -233,8 +233,6 @@ class Scanner(object): for key in new: logging.debug("set_func_kwargs(); adding: %s, %s", key, func_kwargs[key]) - logging.debug("set_func_kwargs(); adding: %s, %s", - key, func_kwargs[key]) if func_kwargs[key][0] in ['Future', 'ExtendedFuture']: if key not in self.ext_futures: logging.debug(