Author: toulmean
Date: Tue Jul 12 21:52:58 2011
New Revision: 1145787

URL: http://svn.apache.org/viewvc?rev=1145787&view=rev
Log:
BUILDR-595 Add option to specifiy location of ca cert

Modified:
    buildr/trunk/CHANGELOG
    buildr/trunk/doc/packaging.textile

Modified: buildr/trunk/CHANGELOG
URL: 
http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=1145787&r1=1145786&r2=1145787&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Tue Jul 12 21:52:58 2011
@@ -1,5 +1,6 @@
 1.4.7 (Pending)
 * Fixed: BUILDR-439 "The command line is too long" when running TestNG tests 
(Tammo Van Lessen)
+* Fixed: BUILDR-595 Add option to specifiy location of ca cert
 * Fixed: BUILDR-596 Update installation notes to talk about the all-in-one 
bundle
 
 

Modified: buildr/trunk/doc/packaging.textile
URL: 
http://svn.apache.org/viewvc/buildr/trunk/doc/packaging.textile?rev=1145787&r1=1145786&r2=1145787&view=diff
==============================================================================
--- buildr/trunk/doc/packaging.textile (original)
+++ buildr/trunk/doc/packaging.textile Tue Jul 12 21:52:58 2011
@@ -581,6 +581,16 @@ task 'upload'=>'docs' do
 end
 {% endhighlight %}
 
+h3(#uploading-options). Uploading Options
+
+For convenience, you can also pass "any option of 
Net::SSH":http://net-ssh.github.com/ssh/v2/api/classes/Net/SSH.html#M000002 
when configuring the remote repository.
+
+If you need to enforce to use password-only authentication for example, you 
can set this option:
+
+{% highlight ruby %}
+# Set password authentication only
+repositories.release_to[:options] = {:ssh_options=>{:auth_methods=> 
'password'}}
+{% endhighlight %}
 
 h2(#source_javadoc). Packaging Sources and JavaDocs
 


Reply via email to