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 1Qh9wI-0005Hh-F0 for garchives@archives.gentoo.org; Thu, 14 Jul 2011 00:38:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06F7021C073; Thu, 14 Jul 2011 00:37:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C664221C073 for ; Thu, 14 Jul 2011 00:37:53 +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 4D7A62AC25F for ; Thu, 14 Jul 2011 00:37:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6D70E8003D for ; Thu, 14 Jul 2011 00:37:52 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/package/ebuild/doebuild.py X-VCS-Directories: pym/portage/package/ebuild/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: f1d21db028b643c9d6a85afb2dfd6acb35ea52a1 Date: Thu, 14 Jul 2011 00:37:52 +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: 3118b9e59b7ff368709ff5ca22828f9a commit: f1d21db028b643c9d6a85afb2dfd6acb35ea52a1 Author: Zac Medico gentoo org> AuthorDate: Thu Jul 14 00:36:24 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jul 14 00:36:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Df1d21db0 Revert "ebuild(1): allow-missing-manifests for fetch" This reverts commit 62712db56bb863b4eb0a9d9c52e7b2c3ad38df66. This code already defaulted to the allow-missing-manifests behavior, since the fetch() allow_missing_digests argument default is true. By making the argument conditional on allow-missing-manifests, it changed the behavior in the default case where allow-missing-manifests is disabled. --- pym/portage/package/ebuild/doebuild.py | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pym/portage/package/ebuild/doebuild.py b/pym/portage/package= /ebuild/doebuild.py index 26afbc2..1849af9 100644 --- a/pym/portage/package/ebuild/doebuild.py +++ b/pym/portage/package/ebuild/doebuild.py @@ -764,11 +764,9 @@ def doebuild(myebuild, mydo, myroot, mysettings, deb= ug=3D0, listonly=3D0, fetchme =3D aalist else: fetchme =3D alist - allow_missing_manifests =3D \ - "allow-missing-manifests" in mysettings.features + if not fetch(fetchme, mysettings, listonly=3Dlistonly, - fetchonly=3Dfetchonly, - allow_missing_digests=3Dallow_missing_manifests): + fetchonly=3Dfetchonly, allow_missing_digests=3DTrue): spawn_nofetch(mydbapi, myebuild, settings=3Dmysettings) if listonly: # The convention for listonly mode is to report