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 8CF6E1381F3 for ; Thu, 29 Aug 2013 15:08:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 750D1E0E5B; Thu, 29 Aug 2013 15:08:28 +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 02FF4E0E5B for ; Thu, 29 Aug 2013 15:08:27 +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 DFDAD33ECC7 for ; Thu, 29 Aug 2013 15:08:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8FDA9E468F for ; Thu, 29 Aug 2013 15:08:25 +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: <1377788754.4af1090c298e085981877e43a71c624bd5b3afe1.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/remote/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/remote/repolist.py X-VCS-Directories: roverlay/remote/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 4af1090c298e085981877e43a71c624bd5b3afe1 X-VCS-Branch: master Date: Thu, 29 Aug 2013 15:08:25 +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: a8f53f19-3f57-413a-82ac-26d8fa1afb5c X-Archives-Hash: 98160ad57b499b9b2f5ee9c856260dff commit: 4af1090c298e085981877e43a71c624bd5b3afe1 Author: André Erdmann mailerd de> AuthorDate: Thu Aug 29 15:05:54 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Thu Aug 29 15:05:54 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=4af1090c roverlay/remote: fix typo s/repo_name/repo.name --- roverlay/remote/repolist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roverlay/remote/repolist.py b/roverlay/remote/repolist.py index f2eb6e7..f9b288a 100644 --- a/roverlay/remote/repolist.py +++ b/roverlay/remote/repolist.py @@ -186,7 +186,7 @@ class RepoList ( object ): self.logger.debug ( "Syncing repos ..." ) for repo in self.repos: - self.repo_stats.sync_time.begin ( repo_name ) + self.repo_stats.sync_time.begin ( repo.name ) if repo.sync ( sync_enabled=self.sync_enabled ): self.repo_stats.sync_time.end ( repo.name )