[Commits] (markie) Forgot to change variable after moving to parent
dir
commits at osafoundation.org
commits at osafoundation.org
Sat Apr 24 13:29:17 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/chandler-newbuild.py 1.13 1.14
Log message:
Forgot to change variable after moving to parent dir
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/chandler-newbuild.py.diff?r1=text&tr1=1.13&r2=text&tr2=1.14
Index: osaf/hardhat/buildscripts/chandler-newbuild.py
diff -u osaf/hardhat/buildscripts/chandler-newbuild.py:1.13 osaf/hardhat/buildscripts/chandler-newbuild.py:1.14
--- osaf/hardhat/buildscripts/chandler-newbuild.py:1.13 Sat Apr 24 13:26:24 2004
+++ osaf/hardhat/buildscripts/chandler-newbuild.py Sat Apr 24 13:28:47 2004
@@ -41,8 +41,8 @@
os.chdir(releaseModeDir)
# Find out if the initialization was ever done
- extModuleDir = os.path.join(modeDir, "external")
- intModuleDir = os.path.join(modeDir, "internal")
+ extModuleDir = os.path.join(releaseModeDir, "external")
+ intModuleDir = os.path.join(releaseModeDir, "internal")
version = getVersion(os.path.join(extModuleDir, "Makefile"))
if not os.path.exists (extModuleDir, "sources-" + version + ".tar.gz"):
print "checking out external"
More information about the Commits
mailing list