1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/6331d279dc68/
changeset:   6331d279dc68
user:        hpk42
date:        2011-11-18 22:28:14
summary:     fix makeinstall
affected #:  1 file

diff -r abf6012c985a9aa3940072d0804a1235c051a9ee -r 
6331d279dc682da32f70872ac541d3a3a2380c51 doc/Makefile
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -40,7 +40,7 @@
        -rm -rf $(BUILDDIR)/*
 
 install: html
-        -avz _build/html/ pytest.org:/www/pytest.org/latest
+        rsync -avz _build/html/ pytest.org:/www/pytest.org/latest
 
 installpdf: latexpdf
        @scp $(BUILDDIR)/latex/pytest.pdf pytest.org:/www/pytest.org/latest

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to