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.77) (envelope-from ) id 1Sr7OX-0003Jo-H2 for garchives@archives.gentoo.org; Tue, 17 Jul 2012 13:00:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58087E04D2; Tue, 17 Jul 2012 13:00:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 24BF3E04D2 for ; Tue, 17 Jul 2012 13:00:29 +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 1BAC01B401A for ; Tue, 17 Jul 2012 13:00:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CB38DE5434 for ; Tue, 17 Jul 2012 13:00:26 +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: <1342530006.5053e8fd9cad5d3793dff633616a60d588873f1c.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/check_setup.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 5053e8fd9cad5d3793dff633616a60d588873f1c X-VCS-Branch: master Date: Tue, 17 Jul 2012 13:00:26 +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: 9ea4d9d2-18cd-49b2-92b6-306db9c36dfa X-Archives-Hash: cb31ed3c18270e62f867f4f1e3e82599 commit: 5053e8fd9cad5d3793dff633616a60d588873f1c Author: Magnus Granberg gentoo org> AuthorDate: Tue Jul 17 13:00:06 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Tue Jul 17 13:00:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3D5053e8fd fix for depgraph --- gobs/pym/check_setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gobs/pym/check_setup.py b/gobs/pym/check_setup.py index 690733c..a89e892 100644 --- a/gobs/pym/check_setup.py +++ b/gobs/pym/check_setup.py @@ -56,9 +56,9 @@ def check_make_conf(): attDict['make_conf_checksum_tree'] =3D make_conf_checksum_tree configsDict[config_id[0]]=3DattDict update__make_conf(conn, configsDict) - CM.putConnection(conn) log_msg =3D "Checking configs for changes and errors ... Done" add_gobs_logs(conn, log_msg, "info", config_profile) + CM.putConnection(conn) =20 def check_make_conf_guest(config_profile): conn=3DCM.getConnection()