Versions Compared

Key

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

...

Verify RAT, build, tests, checksums and signatures in one script

 

  1. Download the verification script:
    1. Unix: https://dist.apache.org/repos/dist/dev/jclouds/verify_jclouds_rc.sh (if you're running this on a Mac, you'll need brew and to do a brew install gpg first).
    2. Windows: https://dist.apache.org/repos/dist/dev/jclouds/verify_jclouds_rc.cmd (Set the values of the variables TAR_EXEC (TarTool), FCIV_EXEC (FCIV), GPG_EXEC and SED_EXEC (GNU sed for Windows) to match your local environment).
  2. Run it and watch for failures:
    1. Unix: ./verify_jclouds_rc.sh 1.9.2-rc1
    2. Windows: .\verify_jclouds_rc.cmd <dists-folder> 1.9.2-rc1

...

Check that the expanded source archive matches contents of RC tag.

...