[py-svn] r38165 - py/trunk/py/bin

fijal at codespeak.net fijal at codespeak.net
Thu Feb 8 16:35:17 CET 2007


Author: fijal
Date: Thu Feb  8 16:35:11 2007
New Revision: 38165

Modified:
   py/trunk/py/bin/_update_website.py
Log:
Update this as well


Modified: py/trunk/py/bin/_update_website.py
==============================================================================
--- py/trunk/py/bin/_update_website.py	(original)
+++ py/trunk/py/bin/_update_website.py	Thu Feb  8 16:35:11 2007
@@ -18,9 +18,9 @@
     pkgpath.copy(tempdir.ensure(pkgpath.basename, dir=True))
     apidocspath.copy(tempdir.ensure(apidocspath.basename, dir=True))
 
-    rs = py.execnet.RSync(delete=True)
+    rs = py.execnet.RSync(tempdir, delete=True)
     rs.add_target(gateway, remotepath)
-    rs.send(tempdir)
+    rs.send()
 
 def run_tests(pkgpath, args=''):
     """ run the unit tests and build the docs """


More information about the py-svn mailing list