How to activate signature checking?

Asked by Joke de Buhr

I successfully configured bazaar to sign every commit with my gpg key. Signature checking doesn't seem to work. I added

    [DEFAULT]
    check_signatures=require
    create_signatures=always

to my bazaar configuration neither merge nor pull seem to check signatures once. The manual says setting check_signatures to require signatures must be present and must be valid but I can merge commits without signatures.

Does bazaar actually have signature checking? Why is it listed in 'bzr help configuration'?
I'm using bzr 2.0 ppa build.

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Joke de Buhr
Solved:
Last query:
Last reply:
Revision history for this message
Jelmer Vernooij (jelmer) said :
#1

As far as I know signature checking does not work yet.

Revision history for this message
Joke de Buhr (joke) said :
#2

I checked the sources. It seems there is no signature checking.