Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ManifoldCF's release area is "svnpubsub"d, so that means that all you need to do as a release engineer is check in the release artifacts into the appropriate svn in the right place.

The svn used for releases is NOT the same svn as is used for sources.

To add release artifacts, do the following:

  1. Install svn.
  2. Check out https://dist.apache.org/repos/dist/release/manifoldcf/.
  3. Copy release artifacts into the appropriate location.
  4. "svn add" your new artifacts.
  5. "svn commit" when done.

You will need committer access rights to do the above.

  Release distribution is covered in full in the "after the vote" section on the "how to release" page.

It is It is also essential that, after everything has updated, you remove the older version of the artifact from the svn repository. The older version will have been archived at http://archive.apache.org/dist/manifoldcf, so you can still provide a link to the older version if you like. Apache rules, however, forbid more than one version of package from being replicated to the mirror downloads.