From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RDPiv-0008Vf-9m for garchives@archives.gentoo.org; Mon, 10 Oct 2011 23:57:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69B3721C12F; Mon, 10 Oct 2011 23:57:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3678521C12F for ; Mon, 10 Oct 2011 23:57:24 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B50231B4010 for ; Mon, 10 Oct 2011 23:57:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1DC7480042 for ; Mon, 10 Oct 2011 23:57:23 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/build_log.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: d6f0526553b3d2a14d428abf4cc4432ca544b864 Date: Mon, 10 Oct 2011 23:57:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 0ba9b32191d239f979662d270430fc3d commit: d6f0526553b3d2a14d428abf4cc4432ca544b864 Author: Magnus Granberg gentoo org> AuthorDate: Mon Oct 10 23:57:10 2011 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Mon Oct 10 23:57:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3Dd6f05265 fix the package loged to db --- gobs/pym/build_log.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/gobs/pym/build_log.py b/gobs/pym/build_log.py index f74fc24..80a7f0a 100644 --- a/gobs/pym/build_log.py +++ b/gobs/pym/build_log.py @@ -560,5 +560,7 @@ class gobs_buildlog(object): if build_id is not None: for msg_line in msg: self.write_msg_file(msg_line, emerge_info_logfilename) + print("Package: ", pkg.cpv, " logged to db.") + else: + print("Package: ", pkg.cpv, " NOT logged to db.") CM.putConnection(conn) - print("build_id", build_id[0], "logged to db.")