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 5D8161389E2 for ; Thu, 4 Dec 2014 20:04:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D202AE087A; Thu, 4 Dec 2014 20:04:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A994E08B8 for ; Thu, 4 Dec 2014 20:04:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 484E1340590 for ; Thu, 4 Dec 2014 20:04:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C61BB93D for ; Thu, 4 Dec 2014 20:04:31 +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: <1417722994.174fbc3b24168c7b42270accb4e69707b946a484.dol-sen@gentoo> Subject: [gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/sync/controller.py X-VCS-Directories: pym/portage/sync/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 174fbc3b24168c7b42270accb4e69707b946a484 X-VCS-Branch: plugin-sync Date: Thu, 4 Dec 2014 20:04:31 +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: ad3585ad-7766-4fab-ad07-d621cd3b51d3 X-Archives-Hash: 11076804b8b51cf8a52391a4ac237191 commit: 174fbc3b24168c7b42270accb4e69707b946a484 Author: Brian Dolbec gentoo org> AuthorDate: Fri Sep 5 20:14:57 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Thu Dec 4 19:56:34 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=174fbc3b portage/sync/controller.py: Remove list copy, module_names list is not modified --- pym/portage/sync/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py index 10ae0a8..e1aabb7 100644 --- a/pym/portage/sync/controller.py +++ b/pym/portage/sync/controller.py @@ -85,7 +85,7 @@ class SyncManager(object): os.umask(0o22) self.module_controller = portage.sync.module_controller - self.module_names = self.module_controller.module_names[:] + self.module_names = self.module_controller.module_names def get_module_descriptions(self, mod): 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 2DCF21389E2 for ; Thu, 4 Dec 2014 20:16:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7140DE08EC; Thu, 4 Dec 2014 20:16:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7C0CE08F9 for ; Thu, 4 Dec 2014 20:16:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B6FA34059A for ; Thu, 4 Dec 2014 20:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B5EDB940 for ; Thu, 4 Dec 2014 20:16:10 +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: <1417722994.174fbc3b24168c7b42270accb4e69707b946a484.dol-sen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/sync/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/sync/controller.py X-VCS-Directories: pym/portage/sync/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 174fbc3b24168c7b42270accb4e69707b946a484 X-VCS-Branch: master Date: Thu, 4 Dec 2014 20:16:10 +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: b962e014-7f48-421b-aebe-3ed991a5b56b X-Archives-Hash: 33e1f39e5939523e6b368a65b5971428 Message-ID: <20141204201610.IC5aQm5zfU_RCgaB4yuBUL7ulfVi73503vE_bB9gvAA@z> commit: 174fbc3b24168c7b42270accb4e69707b946a484 Author: Brian Dolbec gentoo org> AuthorDate: Fri Sep 5 20:14:57 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Thu Dec 4 19:56:34 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=174fbc3b portage/sync/controller.py: Remove list copy, module_names list is not modified --- pym/portage/sync/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py index 10ae0a8..e1aabb7 100644 --- a/pym/portage/sync/controller.py +++ b/pym/portage/sync/controller.py @@ -85,7 +85,7 @@ class SyncManager(object): os.umask(0o22) self.module_controller = portage.sync.module_controller - self.module_names = self.module_controller.module_names[:] + self.module_names = self.module_controller.module_names def get_module_descriptions(self, mod):