Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jclouds Wiki" for change notification.
The "Validate a Release" page has been changed by AndrewBayer: https://wiki.apache.org/jclouds/Validate%20a%20Release?action=diff&rev1=1&rev2=2 With the lib directory full of jclouds JARs. You can now use these JARs to do things like run the [[https://github.com/jclouds/jclouds-examples/|jclouds-examples]]. If something goes wrong, notify the dev list. + == Validate the signatures and checksums == + + 1. Validate the signature + + See [http://www.apache.org/dev/release-signing.html#verifying-signature] - you'll need to import the KEYS file for jclouds before doing this. Check each tar.gz and .asc file in the release. + + 2. Verify the checksums + + For each of the tar.gz files, check that the md5/sha1 checksum in .md5 and .sha1 match up to what you get if you run md5sum (or md5, depending on your system) and sha1sum (or sha1, depending on your system) against the tarball. +
