updated the website upload script
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1851 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
53e7d2895c
commit
b28fd0d96e
@ -17,5 +17,5 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "connecting as user: $user ..."
|
echo "connecting as user: $user ..."
|
||||||
rsync -vr --exclude='.sfuser' --exclude '*.swp' \
|
rsync -avP -e ssh --exclude='.sfuser' --exclude '*.swp' \
|
||||||
--rsh="ssh -l $user" * $user,freeglut@web.sourceforge.net:htdocs/
|
* $user@web.sourceforge.net:/home/project-web/freeglut/htdocs/
|
||||||
|
Reference in New Issue
Block a user