Versions Compared

Key

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

On unix platforms and mac's download all source and binary artifacts into a new directory and cd to the download directory.

  for file in `find . -type f -iname '*.asc'`
  do
      gpg --verify ${file} 
  done

The output will indicate the You'll need to look at the output to ensure it contains only good signatures -

gpg: Good signature from ... gpg: Signature made ...

...


Progress Bar Container
step7
Progress Bar - Hyperlink Step
titleStep1Overview
urlMaking ReleasesRelease Management
Progress Bar - Hyperlink Step
titleStep2Release Setup
urlOne-Time Release Setup
Progress Bar - Hyperlink Step
titleStep3Pre-Release Steps
urlPre-Release Check List
Progress Bar - Hyperlink Step
titleStep4Release Preparation
urlRelease Prepration
Progress Bar - Hyperlink Step
titleStep5Make the Release
urlMaking a Make the Release
Progress Bar - Hyperlink Step
titleStep6Fallback -- if needed
urlRecovering from a vetoed release
Progress Bar - Hyperlink Step
titleStep7Verify Release
urlVerifying Release Signatures
Progress Bar - Hyperlink Step
titleStep8Post Release Steps
urlPost Release Finishes