eigen_gen_docs: dont try to update permissions on server

This commit is contained in:
Thomas Capricelli 2011-12-06 15:52:55 +01:00
parent b029007996
commit 8c78edc04c

View File

@ -13,7 +13,7 @@ USER=${USER:-'orzel'}
#step 2 : upload
# (the '/' at the end of path are very important, see rsync documentation)
rsync -az build/doc/html/ $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htdocs/dox-2.0/ || { echo "upload failed"; exit 1; }
rsync -az --no-p build/doc/html/ $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htdocs/dox-2.0/ || { echo "upload failed"; exit 1; }
echo "Uploaded successfully"