From 77864bbb62d75ae9581c51761e6b7fe90790727b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 23 Sep 2006 09:07:42 +0000 Subject: Move PORTAGE_BUILDDIR locking out of doebuild and into emerge in order to ensure that emerge maintains it's lock through all phases. svn path=/main/trunk/; revision=4512 --- pym/portage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index 9486d61c2..6024f699d 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -2875,8 +2875,8 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0, if mydo not in ["fetch","digest","manifest"]: portage_util.ensure_dirs(mysettings["PORTAGE_BUILDDIR"], gid=portage_gid, mode=070, mask=02) - builddir_lock = portage_locks.lockdir( - mysettings["PORTAGE_BUILDDIR"]) + #builddir_lock = portage_locks.lockdir( + # mysettings["PORTAGE_BUILDDIR"]) mystatus = prepare_build_dirs(myroot, mysettings, cleanup) if mystatus: return mystatus -- cgit v1.2.3-1-g7c22