|
From: <mba...@us...> - 2007-04-18 12:32:10
|
Revision: 2330
http://svn.sourceforge.net/rubyeclipse/?rev=2330&view=rev
Author: mbarchfe
Date: 2007-04-18 05:32:07 -0700 (Wed, 18 Apr 2007)
Log Message:
-----------
updated ssh id file name
Modified Paths:
--------------
trunk/org.rubypeople.rdt.pluginbuilder/build.xml
Modified: trunk/org.rubypeople.rdt.pluginbuilder/build.xml
===================================================================
--- trunk/org.rubypeople.rdt.pluginbuilder/build.xml 2007-04-18 12:31:04 UTC (rev 2329)
+++ trunk/org.rubypeople.rdt.pluginbuilder/build.xml 2007-04-18 12:32:07 UTC (rev 2330)
@@ -158,17 +158,17 @@
<echo message="Copying ${buildResultsDirectory} to ${downloadUser}@${downloadHost}:${downloadDirectory}"/>
<sshexec host="${downloadHost}"
username="${downloadUser}"
- keyfile="${user.home}/.ssh/id_download"
+ keyfile="${user.home}/.ssh/id_rdt_download"
command="mkdir --parents ${downloadDirectory}"/>
<scp todir="${downloadUser}:usekeyinsteadofpw@${downloadHost}:${downloadDirectory}"
- keyfile="${user.home}/.ssh/id_download"
+ keyfile="${user.home}/.ssh/id_rdt_download"
passphrase="">
<fileset dir="${buildResultsDirectory}"/>
</scp>
<echo message="Copying files to updatesite: ${downloadUser}@${downloadHost}:${downloadDirectory}"/>
<property name="updateSiteScpUrl" value="${downloadUser}@${downloadHost}:${updateSiteDirectory}"/>
<scp todir="${updateSiteScpUrl}"
- keyfile="${user.home}/.ssh/id_download"
+ keyfile="${user.home}/.ssh/id_rdt_download"
passphrase="">
<fileset dir="${buildResultsDirectory}/updateSite">
<exclude name="site.xml"/>
@@ -178,12 +178,12 @@
<property name="siteXmlFile" value="/tmp/site.xml"/>
<scp file="${updateSiteScpUrl}/site.xml"
localTofile="${siteXmlFile}"
- keyfile="${user.home}/.ssh/id_download"
+ keyfile="${user.home}/.ssh/id_rdt_download"
passphrase=""/>
<antcall target="-updateSiteXml"/>
<scp file="${siteXmlFile}"
todir="${updateSiteScpUrl}"
- keyfile="${user.home}/.ssh/id_download"
+ keyfile="${user.home}/.ssh/id_rdt_download"
passphrase=""/>
</target>
@@ -195,4 +195,4 @@
</ftp>
</target>
-</project>
\ No newline at end of file
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|