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 DEC5E138A2F for ; Sun, 17 Aug 2014 04:01:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7D48E0901; Sun, 17 Aug 2014 04:01:23 +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 70B60E0901 for ; Sun, 17 Aug 2014 04:01:23 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F07133FC9F for ; Sun, 17 Aug 2014 04:01:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 272D318816 for ; Sun, 17 Aug 2014 04:01:21 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1408248047.964bb33df4a7514db472a788d9e4c543767c9eb2.twitch153@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/ X-VCS-Repository: proj/layman X-VCS-Files: layman/api.py X-VCS-Directories: layman/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 964bb33df4a7514db472a788d9e4c543767c9eb2 X-VCS-Branch: master Date: Sun, 17 Aug 2014 04:01:21 +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: 02213f3f-3605-4bfc-9c17-01e5d5f23d11 X-Archives-Hash: 591a9cc03ca166907bf02c662c8e5510 Message-ID: <20140817040121.Fg8c7NJaylwV0YnIevNJk3Y7OSJsgwuD8QrYTgZcugo@z> commit: 964bb33df4a7514db472a788d9e4c543767c9eb2 Author: Devan Franchini gentoo org> AuthorDate: Sun Aug 17 04:00:47 2014 +0000 Commit: Devan Franchini gentoo org> CommitDate: Sun Aug 17 04:00:47 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=964bb33d api.py: Fixes lack of syncing overlays --- layman/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layman/api.py b/layman/api.py index cff89ed..e56d5e8 100755 --- a/layman/api.py +++ b/layman/api.py @@ -505,7 +505,7 @@ class LaymanAPI(object): self.output.warn('Failed to perform overlay type or url updates', 2) self.output.warn(' for Overlay: %s' % ovl, 2) self.output.warn(' Error was: %s' % str(error)) - continue + pass try: self.output.debug("API.sync(); starting db.sync(ovl)", 5)