digestgen: spawn_nofetch (fix previous commit)
authorZac Medico <zmedico@gentoo.org>
Mon, 13 Jun 2011 15:25:58 +0000 (08:25 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Jun 2011 15:25:58 +0000 (08:25 -0700)
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

index 2b9361de607fb1bb85c97fddde2ade82fb456ca4..eb7210e182ca4927d76ace58cce91ea01175ff65 100644 (file)
@@ -139,6 +139,8 @@ def digestgen(myarchives=None, mysettings=None, myportdb=None):
                                        if not fetch({myfile : uris}, mysettings):
                                                myebuild = os.path.join(mysettings["O"],
                                                        catsplit(cpv)[1] + ".ebuild")
+                                               spawn_nofetch(myportdb, myebuild,
+                                                       settings=mysettings)
                                                writemsg(_("!!! Fetch failed for %s, can't update "
                                                        "Manifest\n") % myfile, noiselevel=-1)
                                                if myfile in dist_hashes and \