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 1R8Kub-0000xj-Ni for garchives@archives.gentoo.org; Mon, 26 Sep 2011 23:48:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05F4C21C053; Mon, 26 Sep 2011 23:48:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C48BD21C053 for ; Mon, 26 Sep 2011 23:48:27 +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 59DB91B400E for ; Mon, 26 Sep 2011 23:48:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AB50680042 for ; Mon, 26 Sep 2011 23:48: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: <611d495ead5b590576641aea581fc33fb25bca88.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: gobs/bin/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/bin/gobs_updatedb X-VCS-Directories: gobs/bin/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 611d495ead5b590576641aea581fc33fb25bca88 Date: Mon, 26 Sep 2011 23:48: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: X-Archives-Hash: 6e8991b24edb7f8d71e4ae293d6aa7b0 commit: 611d495ead5b590576641aea581fc33fb25bca88 Author: Magnus Granberg gentoo org> AuthorDate: Mon Sep 26 23:48:12 2011 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Mon Sep 26 23:48:12 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3D611d495e fix a error in init_portage_settings() --- gobs/bin/gobs_updatedb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gobs/bin/gobs_updatedb b/gobs/bin/gobs_updatedb index 34aac67..5832ace 100755 --- a/gobs/bin/gobs_updatedb +++ b/gobs/bin/gobs_updatedb @@ -48,10 +48,10 @@ def init_portage_settings(): print master.log() =20 conn=3DCM.getConnection() - check_make_conf(conn) + check_make_conf() print "Check configs done" # Get default config from the configs table and default_config=3D1 - config_id =3D get_default_config(conn) # HostConfigDir =3D table conf= igs id + config_id =3D get_default_config() # HostConfigDir =3D table configs = id CM.putConnection(conn); default_config_root =3D "/var/lib/gobs/" + gobs_settings_dict['gobs_git= reponame'] + "/" + config_id[0] + "/" # Set config_root (PORTAGE_CONFIGROOT) to default_config_root