Comment 8 for bug 44755

Revision history for this message
John A Meinel (jameinel) wrote :

Another easy way to fix this if you so desire, would be to create a wrapper script around gpg. And then set your default gpg signing tool to be that.

Save the attached script somewhere, and chmod +x it.

Then edit ~/.bazaar/bazaar.conf to set:
gpg_signing_command=/home/jameinel/bin/mygpg.py

At that point, it will spawn the wrapper script, rather than spawning gpg. And the attached script will tell bzr that the signing was successful.