On Fri, Feb 16, 2018 at 05:29:07PM +0000, Teus Benschop wrote:
>    Yes, I certainly will push the changes to Git @ Alioth, as usual, for you
>    to be able to review the updated package.

One other thing. I would like for us to start signing our commits and
tags. You can configure git to sign commits with this:

git config commit.gpgsign true

Adjust the command if you would like to make that a global option (that
is what I have done). Also, make sure to sign tags as well. If you tag
directly with git, then the command would be 'git tag --sign ...' and if
you tag with gbp then 'gbp buildpackage --git-sign-tags ...'.

If you have more than one key, then you can specify your key that is in
the Debian keyring with 'git config user.signingkey 0xdeadbeef'.

Regards,

-Roberto

-- 
Roberto C. Sánchez

_______________________________________________
Pkg-crosswire-devel mailing list
Pkg-crosswire-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-crosswire-devel

Reply via email to