[Commits] (markie) Forgot something
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 23 16:34:08 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/chandler-newbuild.py 1.6 1.7
Log message:
Forgot something
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/chandler-newbuild.py.diff?r1=text&tr1=1.6&r2=text&tr2=1.7
Index: osaf/hardhat/buildscripts/chandler-newbuild.py
diff -u osaf/hardhat/buildscripts/chandler-newbuild.py:1.6 osaf/hardhat/buildscripts/chandler-newbuild.py:1.7
--- osaf/hardhat/buildscripts/chandler-newbuild.py:1.6 Fri Apr 23 16:28:01 2004
+++ osaf/hardhat/buildscripts/chandler-newbuild.py Fri Apr 23 16:33:36 2004
@@ -36,7 +36,8 @@
buildVersion, clobber, log)
if ret == "no_changes" or ret =="build_failed" or ret == "test_failed":
- closeLog()
+ modeDir = os.path.join(workingDir, "debug")
+ CopyLog(os.path.join(modeDir, logPath), log)
pass # return ret
# do release
More information about the Commits
mailing list