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