[Commits] (markie) Correct path to uploads dir in rsync

commits at osafoundation.org commits at osafoundation.org
Tue May 11 14:47:26 PDT 2004


Commit by: markie
Modified files:
hardhat/tindertest.py 1.6 1.7

Log message:
Correct path to uploads dir in rsync


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

Index: hardhat/tindertest.py
diff -u hardhat/tindertest.py:1.6 hardhat/tindertest.py:1.7
--- hardhat/tindertest.py:1.6	Fri May  7 12:53:44 2004
+++ hardhat/tindertest.py	Tue May 11 14:46:56 2004
@@ -166,7 +166,7 @@
                     outputList = hardhatutil.executeCommandReturnOutputRetry(
                      [rsyncProgram, "-e", "ssh", "-avzp", "--delete",
                      outputDir + os.sep, 
-                     "192.168.101.46:continuous-new/" + buildNameNoSpaces])
+                     "192.168.101.46:continuous/" + buildNameNoSpaces])
 
             elif ret == "build_failed":
                 print "The build failed"



More information about the Commits mailing list