Versions Compared

Key

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

...

➜ svn commit # Upload your changes

Add a svn commit message like:

"pegasus KEYS: add laiyingchun's GPG public key"

And then, input your Apache ID's password to commit.


4. Sign your package (MOST IMPORTANT)

...

➜ gpg --local-user "wutao@apache.org" --armor --detach-sig apache-pegasus-2.1.0-incubating-src.zip # Create a digital signature. It will prompt you to input the password, that's the one you used to generate the PGP key

➜ gpg ➜ gpg --verify apache-pegasus-2.1.0-RC1incubating-source-releasesrc.zip.asc apache-pegasus-2.1.0-incubating-src.zip zip # Verify if all doing right.

...