[Commits] (markie) Missed moving distribution directory

commits at osafoundation.org commits at osafoundation.org
Tue May 18 22:31:14 PDT 2004


Commit by: markie
Modified files:
hardhat/tindertest.py 1.11 1.12

Log message:
Missed moving distribution directory


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/hardhat/tindertest.py.diff?r1=text&tr1=1.11&r2=text&tr2=1.12

Index: hardhat/tindertest.py
diff -u hardhat/tindertest.py:1.11 hardhat/tindertest.py:1.12
--- hardhat/tindertest.py:1.11	Tue May 18 13:32:25 2004
+++ hardhat/tindertest.py	Tue May 18 22:30:43 2004
@@ -146,6 +146,9 @@
                 status = "success"
 
                 newDir = os.path.join(outputDir, buildVersion)
+                print "Renaming " + os.path.join(buildDir, "output") + " to " + newDir 
+                log.write("Renaming " + os.path.join(buildDir, "output") + " to " + newDir + "\n")
+                os.rename(os.path.join(buildDir, "output"), newDir)
                 if os.path.exists(outputDir+os.sep+"index.html"):
                     os.remove(outputDir+os.sep+"index.html")
                 if os.path.exists(outputDir+os.sep+"time.js"):



More information about the Commits mailing list