Versions Compared

Key

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

...

    for i in *.asc ; do echo ">>> $i <<<" && gpg2 --verify "$i" "${i%.asc}" "$i" ; done

Step 12: Upload the artifacts to the release candidate svn server

...