[Commits] (morgen) Turned off document generation during
tinderbuilds, since we now have a
commits at osafoundation.org
commits at osafoundation.org
Mon Jan 5 21:31:58 PST 2004
Commit by: morgen
Modified files:
osaf/hardhat/buildscripts/chandler.py 1.45 1.46
Log message:
Turned off document generation during tinderbuilds, since we now have a
separate process for docs.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/chandler.py.diff?r1=text&tr1=1.45&r2=text&tr2=1.46
Index: osaf/hardhat/buildscripts/chandler.py
diff -u osaf/hardhat/buildscripts/chandler.py:1.45 osaf/hardhat/buildscripts/chandler.py:1.46
--- osaf/hardhat/buildscripts/chandler.py:1.45 Mon Jan 5 21:15:27 2004
+++ osaf/hardhat/buildscripts/chandler.py Mon Jan 5 21:31:27 2004
@@ -210,7 +210,7 @@
log.write("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n")
log.write("Building debug..." + "\n")
outputList = hardhatutil.executeCommandReturnOutput(
- [hardhatScript, "-o", outputDir, "-d"+bigBLittleB+"g",
+ [hardhatScript, "-o", outputDir, "-d"+bigBLittleB,
"-D", buildVersionEscaped])
if mode == "release":
@@ -218,7 +218,7 @@
log.write("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n")
log.write("Building release..." + "\n")
outputList = hardhatutil.executeCommandReturnOutput(
- [hardhatScript, "-o", outputDir, "-r"+bigBLittleB+"g",
+ [hardhatScript, "-o", outputDir, "-r"+bigBLittleB,
"-D", buildVersionEscaped])
except Exception, e:
More information about the Commits
mailing list