Author: crossley
Date: Sun Nov 23 18:55:29 2008
New Revision: 720103
URL: http://svn.apache.org/viewvc?rev=720103&view=rev
Log:
Forrestbot deploy.scp workstage now reports which files were transferred.
Modified:
forrest/trunk/site-author/status.xml
forrest/trunk/tools/forrestbot/core/deploy.xml
Modified: forrest/trunk/site-author/status.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=720103&r1=720102&r2=720103&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Sun Nov 23 18:55:29 2008
@@ -153,6 +153,9 @@
</action>
<!-- 2008-11 -->
<action context="code" type="update" dev="DC">
+ Forrestbot deploy.scp workstage now reports which files were
transferred.
+ </action>
+ <action context="code" type="update" dev="DC">
Updated to Jing-20081028 release from
<link
href="http://code.google.com/p/jing-trang/">http://code.google.com/p/jing-trang/</link>
</action>
Modified: forrest/trunk/tools/forrestbot/core/deploy.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbot/core/deploy.xml?rev=720103&r1=720102&r2=720103&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbot/core/deploy.xml (original)
+++ forrest/trunk/tools/forrestbot/core/deploy.xml Sun Nov 23 18:55:29 2008
@@ -77,7 +77,7 @@
</then>
</if>
<scp todir="${deploy.scp.dest}"
- keyfile="${deploy.scp.keyfile}" passphrase="${deploy.scp.passphrase}">
+ keyfile="${deploy.scp.keyfile}" passphrase="${deploy.scp.passphrase}"
verbose="true">
<fileset dir="${build.site-dir}">
<modified/>
</fileset>