[Commits] (markie) Initialization tweak
commits at osafoundation.org
commits at osafoundation.org
Sat Apr 24 21:18:07 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/chandler-newbuild.py 1.34 1.35
Log message:
Initialization tweak
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/chandler-newbuild.py.diff?r1=text&tr1=1.34&r2=text&tr2=1.35
Index: osaf/hardhat/buildscripts/chandler-newbuild.py
diff -u osaf/hardhat/buildscripts/chandler-newbuild.py:1.34 osaf/hardhat/buildscripts/chandler-newbuild.py:1.35
--- osaf/hardhat/buildscripts/chandler-newbuild.py:1.34 Sat Apr 24 21:13:06 2004
+++ osaf/hardhat/buildscripts/chandler-newbuild.py Sat Apr 24 21:17:37 2004
@@ -55,6 +55,10 @@
outputList = hardhatutil.executeCommandReturnOutputRetry(
[cvsProgram, "-q", "checkout", cvsVintage, "internal"])
hardhatutil.dumpOutputList(outputList, log)
+ log.write("Checking out: chandler with " + cvsVintage + "\n")
+ outputList = hardhatutil.executeCommandReturnOutputRetry(
+ [cvsProgram, "-q", "checkout", cvsVintage, "chandler"])
+ hardhatutil.dumpOutputList(outputList, log)
if releaseMode == "debug":
dbgStr = "DEBUG=1"
More information about the Commits
mailing list