re-enable rsync to/from sourceforge

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@723 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2010-08-22 12:45:47 +00:00
parent 603cb2e544
commit 1e52fa69c7

View File

@ -256,12 +256,12 @@
2. update channel with pirum update
3. rsync to sourceforge
-->
<!--<exec
command="rsync - -include-from=.rsync-include-files - -delete -avP -e ssh ${sfuser},${sfproject}@web.sourceforge.net:htdocs/ ."
<exec
command="rsync --include-from=.rsync-include-files --delete -avP -e ssh ${sfuser},${sfproject}@web.sourceforge.net:htdocs/ ."
dir="${websitedir}"
escape="false" checkreturn="false"
passthru="true"
/>-->
/>
<exec
command="pirum add ${websitedir} ${distpkgfile}"
@ -297,12 +297,12 @@
<!-- rsync always returns code 23 on sourceforge releases, so we
can't check return values -->
<!--<exec
command="rsync - -include-from=.rsync-include-files -avP -e ssh . ${sfuser},${sfproject}@web.sourceforge.net:htdocs/"
<exec
command="rsync --include-from=.rsync-include-files -avP -e ssh . ${sfuser},${sfproject}@web.sourceforge.net:htdocs/"
dir="${websitedir}"
escape="false" checkreturn="false"
passthru="true"
/>-->
/>
</target>