[jetrix-cvs] SF.net SVN: jetrix:[858] jetrix/trunk/build.xml
Brought to you by:
smanux
From: <sm...@us...> - 2010-05-04 21:48:23
|
Revision: 858 http://jetrix.svn.sourceforge.net/jetrix/?rev=858&view=rev Author: smanux Date: 2010-05-04 21:48:17 +0000 (Tue, 04 May 2010) Log Message: ----------- Proper initialization of the SourceForge shell session when deploying the web site Modified Paths: -------------- jetrix/trunk/build.xml Modified: jetrix/trunk/build.xml =================================================================== --- jetrix/trunk/build.xml 2010-05-04 17:55:19 UTC (rev 857) +++ jetrix/trunk/build.xml 2010-05-04 21:48:17 UTC (rev 858) @@ -405,6 +405,7 @@ <scp file="${dist}/site.tar.bz2" todir="${username}:${password}@web.sourceforge.net:${deploy.dir}" trust="true"/> + <sshexec host="shell.sf.net" username="${username}" password="${password}" trust="true" command="create"/> <sshexec host="shell.sf.net" username="${username}" password="${password}" trust="true" command="tar -jxf ${deploy.dir}/site.tar.bz2 --directory=${deploy.dir}/htdocs "/> </target> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |