projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f88c6
)
EbuildPhase: fix locking for setup phase
author
Zac Medico
<zmedico@gentoo.org>
Sun, 15 May 2011 08:14:09 +0000
(
01:14
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 15 May 2011 08:14:09 +0000
(
01:14
-0700)
pym/_emerge/EbuildPhase.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/EbuildPhase.py
b/pym/_emerge/EbuildPhase.py
index 0b4afe7e87026a09609f99ed40ea9dc8fa0e92db..db1d59e622e7c637e857efb754112c3c645f3613 100644
(file)
--- a/
pym/_emerge/EbuildPhase.py
+++ b/
pym/_emerge/EbuildPhase.py
@@
-113,7
+113,7
@@
class EbuildPhase(CompositeTask):
# If the environment.bz2 doesn't exist, then ebuild.sh will
# source the ebuild as a fallback.
- self._start_
ebuild
()
+ self._start_
lock
()
def _env_extractor_exit(self, env_extractor):
if self._default_exit(env_extractor) != os.EX_OK: