repoman: support git commit --gpg-sign
authorZac Medico <zmedico@gentoo.org>
Sat, 4 Feb 2012 14:26:12 +0000 (06:26 -0800)
committerZac Medico <zmedico@gentoo.org>
Sat, 4 Feb 2012 14:38:32 +0000 (06:38 -0800)
commit1d6850f3ac839326c5596db5a570bc7832bb394e
treee4885704fdf44262533485fced95c493842957fe
parent9ad263416ec282d8c6cf007ca84bf716c49c4f69
repoman: support git commit --gpg-sign

In order to sign commits with git, you will need Git >=1.7.9 and your
key will have to be configured by `git config user.signingkey key_id`.
Also, the repository will need to have "sign-commits = true" in
metadata/layout.conf. This will fix bug #333687.
bin/repoman
man/make.conf.5
man/portage.5
pym/portage/repository/config.py