[Commits] (markie) Checked out internal to the wrong place
commits at osafoundation.org
commits at osafoundation.org
Mon Apr 26 11:41:49 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/new-chandler.py 1.9 1.10
Log message:
Checked out internal to the wrong place
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/new-chandler.py.diff?r1=text&tr1=1.9&r2=text&tr2=1.10
Index: osaf/hardhat/buildscripts/new-chandler.py
diff -u osaf/hardhat/buildscripts/new-chandler.py:1.9 osaf/hardhat/buildscripts/new-chandler.py:1.10
--- osaf/hardhat/buildscripts/new-chandler.py:1.9 Mon Apr 26 10:39:30 2004
+++ osaf/hardhat/buildscripts/new-chandler.py Mon Apr 26 11:41:18 2004
@@ -106,6 +106,7 @@
ret = "init_failed"
print "checking out internal"
+ os.chdir(releaseModeDir)
log.write("Checking out: internal with " + cvsVintage + "\n")
outputList = hardhatutil.executeCommandReturnOutputRetry(
[cvsProgram, "-q", "checkout", cvsVintage, "internal"])
@@ -144,8 +145,8 @@
modeDir = os.path.join(workingDir, "release")
CopyLog(os.path.join(modeDir, logPath), log)
- return ret
-
+ # return ret
+ return "success"
# These modules are the ones to check out of CVS
cvsModules = (
More information about the Commits
mailing list