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 2AE3A13877A for ; Sun, 17 Aug 2014 14:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA688E086F; Sun, 17 Aug 2014 14:15:53 +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 6C067E086F for ; Sun, 17 Aug 2014 14:15:53 +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 77008340087 for ; Sun, 17 Aug 2014 14:15:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5193718816 for ; Sun, 17 Aug 2014 14:15:50 +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: <1408284862.44d1c523c8d42ec8e33391ea0b33e1d19b3a5140.dol-sen@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: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 44d1c523c8d42ec8e33391ea0b33e1d19b3a5140 X-VCS-Branch: master Date: Sun, 17 Aug 2014 14:15:50 +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: 925ea998-6ca9-4be6-a785-873021a4bb66 X-Archives-Hash: a064f60b2f13cfab298538e631aa5478 commit: 44d1c523c8d42ec8e33391ea0b33e1d19b3a5140 Author: Brian Dolbec gentoo org> AuthorDate: Sun Aug 17 14:14:22 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Aug 17 14:14:22 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=44d1c523 api.py: Fix an indent error preventing syncing This correctly fixes commit: 964bb33df4a75 Subject: api.py: Fixes lack of syncing overlays Author: Devan Franchini gentoo.org> (Sat 16 Aug 2014 09:00:47 PM PDT) and original commit: 754cc935e1484 Suubject: Fix errors in overlay updates. Author: Brian Dolbec gentoo.org> (Sat 26 Jul 2014 04:38:14 PM PDT) --- layman/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layman/api.py b/layman/api.py index e56d5e8..b62e8f5 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)) - pass + continue try: self.output.debug("API.sync(); starting db.sync(ovl)", 5)