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 1Sju8i-0004o0-8w for garchives@archives.gentoo.org; Wed, 27 Jun 2012 15:26:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B263E06BF; Wed, 27 Jun 2012 15:26:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5ED94E06BF for ; Wed, 27 Jun 2012 15:26:30 +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 C76151B46E0 for ; Wed, 27 Jun 2012 15:26:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 92A45E5432 for ; Wed, 27 Jun 2012 15:26:28 +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: <1340810768.2e8c69eae6913f117bba5d52849f7b1538d0afc0.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/build_queru.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 2e8c69eae6913f117bba5d52849f7b1538d0afc0 X-VCS-Branch: master Date: Wed, 27 Jun 2012 15:26:28 +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: 7bed6bbf-83e9-4163-8169-ca41256989f0 X-Archives-Hash: 6689db8eec39ca2f629030b7f8c8b1f3 commit: 2e8c69eae6913f117bba5d52849f7b1538d0afc0 Author: Magnus Granberg gentoo org> AuthorDate: Wed Jun 27 15:26:08 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Wed Jun 27 15:26:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3D2e8c69ea fix for depgraph --- gobs/pym/build_queru.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/gobs/pym/build_queru.py b/gobs/pym/build_queru.py index cb06e40..7c6c680 100644 --- a/gobs/pym/build_queru.py +++ b/gobs/pym/build_queru.py @@ -673,9 +673,10 @@ class queruaction(object): filetext =3D '=3D' + k + ' ' + build_use_flags log_msg =3D "filetext: %s" % filetext add_gobs_logs(conn, log_msg, "info", self._config_profile) - with open("/etc/portage/package.use/gobs.use", "a") as f: + with open("/etc/portage/package.use/99_autounmask", "a") as f: f.write(filetext) f.write('\n') + f.close log_msg =3D "build_cpv_list: %s" % (build_cpv_list,) add_gobs_logs(conn, log_msg, "info", self._config_profile) argscmd =3D []