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 1SNppn-000591-81 for garchives@archives.gentoo.org; Fri, 27 Apr 2012 18:23:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 021D5E0B92; Fri, 27 Apr 2012 18:23:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C693EE0B92 for ; Fri, 27 Apr 2012 18:23:46 +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 3BE7F1B4015 for ; Fri, 27 Apr 2012 18:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 03544E5402 for ; Fri, 27 Apr 2012 18:23:45 +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: <1335550904.20eac494df833886e8fe9c631137f62ef68c370e.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/readconf.py gobs/pym/sync.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 20eac494df833886e8fe9c631137f62ef68c370e X-VCS-Branch: master Date: Fri, 27 Apr 2012 18:23:45 +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: d851b6ef-35df-4341-85b9-c08b35ed9f48 X-Archives-Hash: 086982d6b0d756daef02fa16ed83908b commit: 20eac494df833886e8fe9c631137f62ef68c370e Author: Magnus Granberg gentoo org> AuthorDate: Fri Apr 27 18:21:44 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Fri Apr 27 18:21:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3D20eac494 testing logfile update part2 --- gobs/pym/readconf.py | 4 ++-- gobs/pym/sync.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gobs/pym/readconf.py b/gobs/pym/readconf.py index a3499dc..0e4af2d 100644 --- a/gobs/pym/readconf.py +++ b/gobs/pym/readconf.py @@ -35,8 +35,8 @@ class get_conf_settings(object): get_gobs_config =3D element[1] if element[0] =3D=3D 'LOGFILES': get_gobs_logfile =3D element[1] - =09 - open_conffile.close() + open_conffile.close() + gobs_settings_dict =3D {} gobs_settings_dict['sql_backend'] =3D get_sql_backend.rstrip('\n') gobs_settings_dict['sql_db'] =3D get_sql_db.rstrip('\n') diff --git a/gobs/pym/sync.py b/gobs/pym/sync.py index 35833f9..c11fc5f 100644 --- a/gobs/pym/sync.py +++ b/gobs/pym/sync.py @@ -11,7 +11,7 @@ def git_pull(): master =3D repo.head.reference print(master.log()) =20 -def sync_tree() +def sync_tree(): settings, trees, mtimedb =3D load_emerge_config() portdb =3D trees[settings["ROOT"]]["porttree"].dbapi tmpcmdline =3D []