You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2017/03/24 18:57:33 UTC

[Lucene-java Wiki] Update of "ReleaseTodo" by UweSchindler

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "ReleaseTodo" page has been changed by UweSchindler:
https://wiki.apache.org/lucene-java/ReleaseTodo?action=diff&rev1=248&rev2=249

Comment:
Update info how to upload the documentation to website (SOLR-9450)

  == Push docs, changes and javadocs to the CMS production tree ==
  
   1. Ensure your refridgerator has at least 2 beers - the svn import operation can take a while, depending on your upload bandwidth.  (Data point: on a 5Mbps upload connection, it took me 11 minutes to upload the Lucene docs and 6 minutes to upload the Solr docs. - Steve)  
-  1. untar the lucene and solr release .tgz to create lucene-X.Y.Z and solr-X.Y.Z. Example:
+  1. Go to the checkout directory where you have built the release and push the documentation via subversion import. Before doing this make sure that the Javadocs are correctly built (if not rebuild with {{{ant documentation}}} from the release tag created above.  Example:
   {{{
- tar -xzvf /tmp/releases/6.0.1/lucene-solr-6.0.1-RC2-rev.../lucene/lucene-6.0.1.tgz
- 
- tar -xzvf /tmp/releases/6.0.1/lucene-solr-6.0.1-RC2-rev.../solr/solr-6.0.1.tgz
- }}}
-  1. Upload via subversion import.  Example:
-  {{{
- svn -m "Add docs, changes and javadocs for Lucene 6.0.1" import lucene-6.0.1/docs https://svn.apache.org/repos/infra/websites/production/lucene/content/core/6_0_1
+ svn -m "Add docs, changes and javadocs for Lucene 6.0.1" import <checkoutroot>/lucene/build/docs https://svn.apache.org/repos/infra/websites/production/lucene/content/core/6_0_1
  
- svn -m "Add docs, changes and javadocs for Solr 6.0.1" import solr-6.0.1/docs https://svn.apache.org/repos/infra/websites/production/lucene/content/solr/6_0_1
+ svn -m "Add docs, changes and javadocs for Solr 6.0.1" import <checkoutroot>/solr/build/docs https://svn.apache.org/repos/infra/websites/production/lucene/content/solr/6_0_1
  }}}
   1. Confirm you can browse to these URLs manually, and especially that solr javadocs link back to lucene's correctly.  Examples:
    * http://lucene.apache.org/core/6_0_1