Author: breser
Date: Mon Dec 10 22:15:59 2012
New Revision: 1419838
URL: http://svn.apache.org/viewvc?rev=1419838&view=rev
Log:
Add ruby bindings to the list of things to test while rolling a release.
* publish/docs/community-guide/releasing.part.html
(rolling-release): Add instructions for Ruby.
Modified:
subversion/site/publish/docs/community-guide/releasing.part.html
Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1419838&r1=1419837&r2=1419838&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Mon Dec 10
22:15:59 2012
@@ -798,13 +798,13 @@ but avoid upgrading dependencies to new
subversion/svn/svn co
https://svn.apache.org/repos/asf/subversion/trunk
- i) Verify that the perl and python swig bindings at least compile.
+ i) Verify that the perl, python, and ruby swig bindings at least compile.
If you can't do this, then have another developer verify.
(see bindings/swig/INSTALL for details)
Ensure that ./configure detected a suitable version of swig,
- perl, and python. Then:
+ perl, python, and ruby. Then:
make swig-py
make check-swig-py
@@ -814,6 +814,10 @@ but avoid upgrading dependencies to new
make check-swig-pl
sudo make install-swig-pl
+ make swig-rb
+ make check-swig-rb
+ sudo make install-swig-rb
+
j) Verify that the javahl bindings at least compile.
If you can't do this, then have another developer verify.