aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-08-22 12:45:47 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-08-22 12:45:47 +0000
commit1e52fa69c75f764d5ac18f1da42fada5e23ea4b5 (patch)
treea312ebe6e0d9704bf1cc7e6ae023983d60ae2d2f /build.xml
parent603cb2e544caa0384166544c32a4403a5cd40d3a (diff)
downloadsemanticscuttle-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
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.xml b/build.xml
index 007885b..42999ec 100644
--- a/build.xml
+++ b/build.xml
@@ -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>