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 1QW92A-0007GV-Dz for garchives@archives.gentoo.org; Mon, 13 Jun 2011 15:26:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F9A41C013; Mon, 13 Jun 2011 15:26:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1A2D91C013 for ; Mon, 13 Jun 2011 15:26:26 +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 812271B4010 for ; Mon, 13 Jun 2011 15:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D8E248003C for ; Mon, 13 Jun 2011 15:26:24 +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/digestgen.py X-VCS-Directories: pym/portage/package/ebuild/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: adc077443a2dbbecad8b4635b7cf1fcff7a9bd03 Date: Mon, 13 Jun 2011 15:26:24 +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: b1aff8a31c79b0855661e6a2899eb9bf commit: adc077443a2dbbecad8b4635b7cf1fcff7a9bd03 Author: Zac Medico gentoo org> AuthorDate: Mon Jun 13 15:25:58 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 13 15:25:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dadc07744 digestgen: spawn_nofetch (fix previous commit) This call was erroneously removed in the previous commit. We have to call spawn_nofetch since the fetch() function no longer calls it automatically. --- pym/portage/package/ebuild/digestgen.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pym/portage/package/ebuild/digestgen.py b/pym/portage/packag= e/ebuild/digestgen.py index 2b9361d..eb7210e 100644 --- a/pym/portage/package/ebuild/digestgen.py +++ b/pym/portage/package/ebuild/digestgen.py @@ -139,6 +139,8 @@ def digestgen(myarchives=3DNone, mysettings=3DNone, m= yportdb=3DNone): if not fetch({myfile : uris}, mysettings): myebuild =3D os.path.join(mysettings["O"], catsplit(cpv)[1] + ".ebuild") + spawn_nofetch(myportdb, myebuild, + settings=3Dmysettings) writemsg(_("!!! Fetch failed for %s, can't update " "Manifest\n") % myfile, noiselevel=3D-1) if myfile in dist_hashes and \