Slávek Banko wrote:
Hi deloptes,
this has a simple explanation. We have not only included the line
Signed-off-by in commits, but we also signed them with our GPG key.
And since we also have our keys uploaded to TGW account, commits are
green :)
Hi Slavek,
I suspected this, but I also did upload the key to TGW. Am I missing the
signing with gpg? I tought that '-s' will trigger this ... but perhaps
it is due to the fact that I am working in a chroot. There seems to be
something broken
git commit -S -m"..."
error: gpg failed to sign the data
fatal: failed to write commit object
Thank you for the hint, Slavek.
I'll look forward to set it up properly.
regards
Add "signingkey = _your_key_id_" to user section of your git configuration.
Of course, git will need access to your private key to sign the commit.
Cheers
--
Slávek