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 1R9dDJ-0002Iw-95 for garchives@archives.gentoo.org; Fri, 30 Sep 2011 13:33:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD2C221C02E; Fri, 30 Sep 2011 13:33:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9FAA121C02E for ; Fri, 30 Sep 2011 13:33:08 +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 34CD01B400B for ; Fri, 30 Sep 2011 13:33:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8D6B880042 for ; Fri, 30 Sep 2011 13:33:07 +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: <05de9d5f9221a80f2a7a5b41144e692a3c61ed6a.zorry@gentoo> 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: 05de9d5f9221a80f2a7a5b41144e692a3c61ed6a Date: Fri, 30 Sep 2011 13:33:07 +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: c8d0784cf3fbde9eeb978e196add2326 commit: 05de9d5f9221a80f2a7a5b41144e692a3c61ed6a Author: Magnus Granberg gentoo org> AuthorDate: Fri Sep 30 13:32:56 2011 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Fri Sep 30 13:32:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3D05de9d5f add code for testing action_info() part2 --- gobs/pym/build_log.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gobs/pym/build_log.py b/gobs/pym/build_log.py index 079a3c7..e0c33e1 100644 --- a/gobs/pym/build_log.py +++ b/gobs/pym/build_log.py @@ -464,5 +464,5 @@ class gobs_buildlog(object): trees =3D { root : {'porttree' : portage.portagetree(root, settings=3Dself._mysett= ings)} } - action_info(self, trees, myopts, myfiles): + action_info(self, trees, myopts, myfiles) print("build_id", build_id[0], "logged to db.")