]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
re-enable rsync to/from sourceforge
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 22 Aug 2010 12:45:47 +0000 (12:45 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 22 Aug 2010 12:45:47 +0000 (12:45 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@723 b3834d28-1941-0410-a4f8-b48e95affb8f

build.xml

index 007885b2ae5e208daea362cfb9e44355129f07fe..42999ecccf8cf6c22bec022c55a1eb8e7f432a3b 100644 (file)
--- a/build.xml
+++ b/build.xml
         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}"
 
     <!-- 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>