Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added/enhanced the "Voting on a release" part.

...

  1. check md5 checksum of release zip file against the .md5 file
  2. check sha checksum of release zip file against the .sha file
  3. check signature of release zip file against the .asc file
  4. unzip the release file, build and run integration tests. The build should be successful.

The checksum and signature verification can also be done by the following convenience script (bash): http://svn.apache.org/repos/asf/ofbiz/tools/verify-ofbiz-release.sh

...