Commit: 6c21a103a1140da2abb2eb6e8d59cd54fd4cfb43
Author: Campbell Barton
Date:   Wed Sep 24 04:06:26 2014 +1000
Branches: blender-v2.72-release
https://developer.blender.org/rB6c21a103a1140da2abb2eb6e8d59cd54fd4cfb43

Sphinx doc script, update for change in rsync

===================================================================

M       doc/python_api/sphinx_doc_gen.sh

===================================================================

diff --git a/doc/python_api/sphinx_doc_gen.sh b/doc/python_api/sphinx_doc_gen.sh
index c8256a1..d7fc372 100755
--- a/doc/python_api/sphinx_doc_gen.sh
+++ b/doc/python_api/sphinx_doc_gen.sh
@@ -100,7 +100,7 @@ if $DO_UPLOAD ; then
 
        cp $SPHINXBASE/sphinx-out/contents.html 
$SPHINXBASE/sphinx-out/index.html
        ssh [email protected] 'rm -rf '$SSH_UPLOAD_FULL'/*'
-       rsync --progress -avze "ssh -p 22" $SPHINXBASE/sphinx-out/* 
$SSH_HOST:$SSH_UPLOAD_FULL/
+       rsync --progress -ave "ssh -p 22" $SPHINXBASE/sphinx-out/* 
$SSH_HOST:$SSH_UPLOAD_FULL/
 
        ## symlink the dir to a static URL
        #ssh [email protected] 'rm '$SSH_UPLOAD'/250PythonDoc && ln -s 
'$SSH_UPLOAD_FULL' '$SSH_UPLOAD'/250PythonDoc'
@@ -115,11 +115,11 @@ if $DO_UPLOAD ; then
 
        if $DO_OUT_PDF ; then
                # rename so local PDF has matching name.
-               rsync --progress -avze "ssh -p 22" 
$SPHINXBASE/sphinx-out/blender_python_reference_$BLENDER_VERSION.pdf 
$SSH_HOST:$SSH_UPLOAD_FULL/blender_python_reference_$BLENDER_VERSION.pdf
+               rsync --progress -ave "ssh -p 22" 
$SPHINXBASE/sphinx-out/blender_python_reference_$BLENDER_VERSION.pdf 
$SSH_HOST:$SSH_UPLOAD_FULL/blender_python_reference_$BLENDER_VERSION.pdf
        fi
 
        if $DO_OUT_HTML_ZIP ; then
-               rsync --progress -avze "ssh -p 22" 
$SPHINXBASE/blender_python_reference_$BLENDER_VERSION.zip 
$SSH_HOST:$SSH_UPLOAD_FULL/blender_python_reference_$BLENDER_VERSION.zip
+               rsync --progress -ave "ssh -p 22" 
$SPHINXBASE/blender_python_reference_$BLENDER_VERSION.zip 
$SSH_HOST:$SSH_UPLOAD_FULL/blender_python_reference_$BLENDER_VERSION.zip
        fi
 
 fi

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to