[Commits] (markie) Forgot to correct "thisScriptDir"
commits at osafoundation.org
commits at osafoundation.org
Mon Apr 26 12:58:19 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/new-chandler.py 1.15 1.16
Log message:
Forgot to correct "thisScriptDir"
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/new-chandler.py.diff?r1=text&tr1=1.15&r2=text&tr2=1.16
Index: osaf/hardhat/buildscripts/new-chandler.py
diff -u osaf/hardhat/buildscripts/new-chandler.py:1.15 osaf/hardhat/buildscripts/new-chandler.py:1.16
--- osaf/hardhat/buildscripts/new-chandler.py:1.15 Mon Apr 26 12:56:03 2004
+++ osaf/hardhat/buildscripts/new-chandler.py Mon Apr 26 12:57:48 2004
@@ -62,9 +62,8 @@
hardhatlib.log_rotate(buildenv)
# find path to buildscripts
-# thisScriptDir = buildenv['hardhatroot'] + os.sep + "buildscripts"
- thisScriptDir = "/home/markie/hardhat/buildscripts"
- print "Build scripts dir is (WARNING *** - HARDCODED!) " + thisScriptDir + "\n"
+ thisScriptDir = buildenv['hardhatroot'] + os.sep + "buildscripts"
+ print "Build scripts dir is " + thisScriptDir + "\n"
# initialize return value
ret = "no_changes"
More information about the Commits
mailing list