[Commits] (markie) Checked CVS from wrong directory (after eliminating separate function)

commits at osafoundation.org commits at osafoundation.org
Fri May 14 18:38:04 PDT 2004


Commit by: markie
Modified files:
hardhat/buildscripts/newchandler.py 1.15 1.16

Log message:
Checked CVS from wrong directory (after eliminating separate function)


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/hardhat/buildscripts/newchandler.py.diff?r1=text&tr1=1.15&r2=text&tr2=1.16

Index: hardhat/buildscripts/newchandler.py
diff -u hardhat/buildscripts/newchandler.py:1.15 hardhat/buildscripts/newchandler.py:1.16
--- hardhat/buildscripts/newchandler.py:1.15	Fri May 14 18:15:24 2004
+++ hardhat/buildscripts/newchandler.py	Fri May 14 18:37:33 2004
@@ -101,7 +101,7 @@
         buildVersionEscaped = "\'" + buildVersion + "\'"
         buildVersionEscaped = buildVersionEscaped.replace(" ", "|")
         
-        if changesInCVS(testDir, workingDir, cvsVintage, log):
+        if changesInCVS(chanDir, workingDir, cvsVintage, log):
             log.write("Changes in CVS, do an install\n")
             changes = "-changes"
         else:



More information about the Commits mailing list