Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Use scp.plugins_dir instead of scp.dir/plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Nov 8, 2015
1 parent d0127e8 commit cb3bfd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/phing/build-pydio.xml
Expand Up @@ -72,7 +72,7 @@
</phingcall>
<phingcall target="ftp_deploy">
<property name="base_folder" value="${build.working_folder}/build/plugins"/>
<property name="remote_folder" value="${scp.dir}/plugins"/>
<property name="remote_folder" value="${scp.plugins_dir}"/>
</phingcall>
</target>

Expand Down Expand Up @@ -578,7 +578,7 @@
<equals arg1="${scp.password}" arg2="__LOCAL_KEY__"/>
<then>
<echo message="Sending ${base_folder} zips to ${scp.host}:${remote_folder}"/>
<exec command="scp -p ${scp.port} *.zip *.tar.gz ${scp.username}@${scp.host}:${remote_folder}" dir="${base_folder}" passthru="true"/>
<exec command="scp -P ${scp.port} *.zip *.tar.gz ${scp.username}@${scp.host}:${remote_folder}" dir="${base_folder}" passthru="true"/>
</then>
<else>
<scp
Expand Down

0 comments on commit cb3bfd5

Please sign in to comment.