[Commits] (markie) Make CopyLog work on the right file
commits at osafoundation.org
commits at osafoundation.org
Tue May 4 18:40:06 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/test-chandler.py 1.5 1.6
Log message:
Make CopyLog work on the right file
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/test-chandler.py.diff?r1=text&tr1=1.5&r2=text&tr2=1.6
Index: osaf/hardhat/buildscripts/test-chandler.py
diff -u osaf/hardhat/buildscripts/test-chandler.py:1.5 osaf/hardhat/buildscripts/test-chandler.py:1.6
--- osaf/hardhat/buildscripts/test-chandler.py:1.5 Tue May 4 17:20:07 2004
+++ osaf/hardhat/buildscripts/test-chandler.py Tue May 4 18:39:36 2004
@@ -79,14 +79,13 @@
ret = Do(hardhatScript, "debug", workingDir, outputDir, cvsVintage,
buildVersion, log)
- modeDir = os.path.join(workingDir, "debug")
- CopyLog(os.path.join(modeDir, logPath), log)
+ CopyLog(os.path.join(workingDir, logPath), log)
# do release
ret = Do(hardhatScript, "release", workingDir, outputDir, cvsVintage,
buildVersion, log)
- modeDir = os.path.join(workingDir, "release")
- CopyLog(os.path.join(modeDir, logPath), log)
+
+ CopyLog(os.path.join(workingDir, logPath), log)
hardhatlib.log_rotate(buildenv)
More information about the Commits
mailing list