You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by Apache Wiki <wi...@apache.org> on 2014/05/28 20:46:31 UTC

[Jclouds Wiki] Update of "Validate a Release" by EverettToews

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 EverettToews:
https://wiki.apache.org/jclouds/Validate%20a%20Release?action=diff&rev1=11&rev2=12

  
  == Verify RAT, build, tests, checksums and signatures in one script (beta) ==
  
- 1. Download [[http://people.apache.org/~abayer/verify_jclouds_release.sh]].
+ 1. Download [[https://dist.apache.org/repos/dist/dev/jclouds/verify_jclouds_rc.sh]].
  
- 2. Run it, as {{{./verify_jclouds_release.sh 1.6.3-rc1}}}. Watch for failures.
+ 2. Run it, as {{{./verify_jclouds_rc.sh 1.6.3-rc1}}}. Watch for failures.
  
  3. As noted, this is beta, and will need to be updated once we're out of incubating.
  
@@ -16, +16 @@

  
  == Verify RAT, build, tests, checksums, signatures and compile blobstore-basics example in one script on Windows (beta) ==
  
- 1. Download [[http://people.apache.org/~andrewp/verify-jclouds.cmd]].
+ 1. Download [[https://dist.apache.org/repos/dist/dev/jclouds/verify_jclouds_rc.cmd]].
  
  2. Set the values of the variables {{{TAR_EXEC}}} ([[http://tartool.codeplex.com/releases/view/31505|TarTool]]), {{{FCIV_EXEC}}} ([[http://support.microsoft.com/kb/841290|FCIV]]), {{{GPG_EXEC}}} and {{{SED_EXEC}}} ([[http://gnuwin32.sourceforge.net/packages/sed.htm|GNU sed for Windows]]) to match your local environment
  
- 3. Run it, as {{{.\verify-jclouds.cmd <dists-folder> [release version]}}}. Watch for failures.
+ 3. Run it, as {{{.\verify_jclouds_rc.cmd <dists-folder> [release version]}}}. Watch for failures.
  
  4. As noted, this is beta.