Apache Airavata

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 ...


  • No labels