don't generate the distfiles indirection for digest/manifest doebuild calls
authorBrian Harring <ferringb@gentoo.org>
Mon, 26 Dec 2005 07:20:29 +0000 (07:20 -0000)
committerBrian Harring <ferringb@gentoo.org>
Mon, 26 Dec 2005 07:20:29 +0000 (07:20 -0000)
svn path=/main/trunk/; revision=2477

pym/portage.py

index c78a676d47df521a6b7be75866e63f8a692ce385..0e9f5ff6c07e5a8541e86d5165255f50e4ab4430 100644 (file)
@@ -2794,7 +2794,7 @@ def doebuild(myebuild,mydo,myroot,mysettings,debug=0,listonly=0,fetchonly=0,clea
 
        # inefficient.  improve this logic via making actionmap easily searchable to see if we're in the chain of what
        # will be executed, either that or forced N doebuild calls instead of a single set of phase calls.
-       if (mydo not in ("setup", "clean", "postinst", "preinst", "prerm") and "noauto" not in features) or \
+       if (mydo not in ("setup", "clean", "postinst", "preinst", "prerm","digest","manifest") and "noauto" not in features) or \
                mydo == "unpack":
                orig_distdir = mysettings["DISTDIR"]
                edpath = mysettings["DISTDIR"] = os.path.join(mysettings["PORTAGE_BUILDDIR"], "distdir")