projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5941163
)
Export the path of the build log into the ebuild env as suggested by Flameeyes.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 6 Jul 2006 18:01:59 +0000
(18:01 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 6 Jul 2006 18:01:59 +0000
(18:01 -0000)
svn path=/main/trunk/; revision=3802
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index e368ef315b5f0dd15bc71276bdab149205091d10..72b42dffc704a505e1fdae59d001655630ab7c6d 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-2766,6
+2766,7
@@
def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
time.gmtime(os.stat(logid_path).st_mtime))
logfile = os.path.join(mysettings["PORT_LOGDIR"], "%s:%s:%s.log" %\
(mysettings["CATEGORY"], mysettings["PF"], logid_time))
+ mysettings["PORTAGE_LOG_FILE"] = logfile
del logid_path, logid_time
# if any of these are being called, handle them -- running them out of the sandbox -- and stop now.