diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-08-22 12:45:47 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-08-22 12:45:47 +0000 |
commit | 1e52fa69c75f764d5ac18f1da42fada5e23ea4b5 (patch) | |
tree | a312ebe6e0d9704bf1cc7e6ae023983d60ae2d2f | |
parent | 603cb2e544caa0384166544c32a4403a5cd40d3a (diff) | |
download | semanticscuttle-1e52fa69c75f764d5ac18f1da42fada5e23ea4b5.tar.gz semanticscuttle-1e52fa69c75f764d5ac18f1da42fada5e23ea4b5.tar.bz2 |
re-enable rsync to/from sourceforge
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@723 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r-- | build.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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> |