Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

3. Publish Staging repository

Login to https://repository.apache.orgImage Removed and select Staging Repositories on the left under Build Promotion.

...

Update the website

  1. Checkout https://svn.apache.org/repos/asf/flume/site/trunkImage Removed
  2. Add a page to the content/sphinx/releases directory for the new release, with the Changelog and links to the documentation (refer previous release pages for details. The documentation should simply use the same paths as the previous releases with correct versions - the documentation will be checked in directly to the production website as mentioned below).
  3. Update content/sphinx/releases/index.rst to update the pointer to the latest release.
  4. Update content/sphinx/download.rst to also point to the latest release.
  5. Update content/sphinx/index.rst as necessary to add a News item to the home page.
  6. Copy the release version of the FlumeUserGuide.rst and FlumeDeveloperGuide.rst to the Documentation directory.
  7. Commit the changes to svn. Go to https://cms.apache.org/flume/Image Removed - Stage and publish the changes.
  8. Checkout https://svn.apache.org/repos/infra/websites/production/flumeImage Removed.
  9. Create a directory with the current release's directory name under content/releases/content (e.g., content/releases/content/1.3.1)
  10. Copy both the HTML and PDF versions of the user guide and developer guide (manually generate the PDF from the HTML files), and the javadocs (apidocs directory) into this directory.
  11. Commit the changes to svn. Done!