[Commits] (markie) Bug fix for #1462, rsyncServer needed prefix of "options."

commits at osafoundation.org commits at osafoundation.org
Thu May 27 00:10:37 PDT 2004


Commit by: markie
Modified files:
hardhat/tindertest.py 1.16 1.17

Log message:
Bug fix for #1462, rsyncServer needed prefix of "options."

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

Index: hardhat/tindertest.py
diff -u hardhat/tindertest.py:1.16 hardhat/tindertest.py:1.17
--- hardhat/tindertest.py:1.16	Wed May 26 16:56:30 2004
+++ hardhat/tindertest.py	Thu May 27 00:10:06 2004
@@ -189,7 +189,7 @@
                 outputList = hardhatutil.executeCommandReturnOutputRetry(
                  [rsyncProgram, "-e", "ssh", "-avzp", "--delete",
                  outputDir + os.sep, 
-                 rsyncServer + ":continuous/" + buildNameNoSpaces])
+                 options.rsyncServer + ":continuous/" + buildNameNoSpaces])
                 hardhatutil.dumpOutputList(outputList, log)
 
             elif ret == "build_failed":



More information about the Commits mailing list