Asynchronoulsy handle locking of both the category directory and build directory.
Bug: https://bugs.gentoo.org/614112 Zac Medico (6): EbuildBuildDir: add async_lock method (bug 614112) AbstractEbuildProcess: use async_lock (bug 614112) Binpkg: use async_lock (bug 614112) EbuildBuild: use async_lock (bug 614112) PackageUninstall: use async_lock (bug 614112) EbuildBuildDir: remove synchronous lock method (bug 614112) pym/_emerge/AbstractEbuildProcess.py | 30 +++++++- pym/_emerge/Binpkg.py | 16 +++- pym/_emerge/EbuildBuild.py | 7 +- pym/_emerge/EbuildBuildDir.py | 115 +++++++++++++++++----------- pym/_emerge/PackageUninstall.py | 8 +- pym/_emerge/Scheduler.py | 2 +- pym/portage/dbapi/vartree.py | 2 +- pym/portage/package/ebuild/doebuild.py | 9 ++- pym/portage/tests/ebuild/test_ipc_daemon.py | 2 +- 9 files changed, 133 insertions(+), 58 deletions(-) -- 2.13.6