You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/19 23:57:49 UTC

[lucy-commits] [Lucy Wiki] Update of "ReleaseGuide" by MarvinHumphrey

Dear Wiki user,

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

The "ReleaseGuide" page has been changed by MarvinHumphrey:
http://wiki.apache.org/lucy/ReleaseGuide?action=diff&rev1=29&rev2=30

Comment:
Strip the RC number from the directory that the tarball is built off of.

  
   1. Export out a clean copy from the release candidate tag:
   {{{
-  svn export https://svn.apache.org/repos/asf/incubator/lucy/tags/apache-lucy-incubating-X.Y.Z-rcN
+  svn export https://svn.apache.org/repos/asf/incubator/lucy/tags/apache-lucy-incubating-X.Y.Z-rcN apache-lucy-incubating-X.Y.Z
   }}}
  
   2. Tar and gzip the export:
   {{{
-  tar -czf apache-lucy-incubating-X.Y.Z.tar.gz apache-lucy-incubating-X.Y.Z-rcN
+  tar -czf apache-lucy-incubating-X.Y.Z.tar.gz apache-lucy-incubating-X.Y.Z
   }}}
  
   3. Perform whatever quality control seems prudent on the .tar.gz file, installing it on test system(s), etc.