My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
GPGKeys  
Updated Dec 7, 2011 by simone.t...@gmail.com

GPG Keys

The file located on

https://mybatis.googlecode.com/svn/committers/KEYS

contains the MyBatis developers GPG keys. Users can import the keys to verify the artifact signatures.

Users

Checkout the file by running

svn co https://mybatis.googlecode.com/svn/committers

and run

gpg --import KEYS

Developers

Checkout the file by running

svn co https://mybatis.googlecode.com/svn/committers

and run

(gpg --list-sigs <your name> && gpg --armor --export <your name>) >> KEYS

then recommit

svn ci -m "added simone's gpg key"


Sign in to add a comment
Powered by Google Project Hosting