Revision 28c371d8

b/build.xml
132 132
        </scp>
133 133
    </target>
134 134

  
135
  <target name="rsyncToDev84">
136
    <exec executable="${basedir}/rsync-to-dev84.sh"></exec>
135
  <target name="rsyncToDev">
136
    <exec executable="${basedir}/rsync-to-dev.sh"></exec>
137 137
  </target>
138 138

  
139 139
	<target name="clean" description="Delete all build artifacts">
b/rsync-to-dev.sh
1
#!/bin/sh
2

  
3
rsync --delete -avz ./out/artifacts/pithos_web_client_GWT/gr.grnet.pithos.web.Pithos/* root@pithos.synnefo.dev.grnet.gr:/usr/share/synnefo/static/pithos_webclient
/dev/null
1
#!/bin/sh
2

  
3
rsync --delete -avz ./out/artifacts/pithos_web_client_GWT/gr.grnet.pithos.web.Pithos/* dev84.dev.grnet.gr:pithos_webclient/

Also available in: Unified diff