Ubuntu – How to make a Juju Charm’s revision match the Bazaar revision of its repo

charmsjuju

I've got a Juju Charm that is stored in a Bazaar repository and I would like the charm revision file to have the same value as the Bazaar repository's revision number. Is there a way to make Juju "compile" the Charm and check Bazaar for the revision number? Basically I want bzr revno > revision.

Best Answer

The bzr-keywords plugin should be able to do this for you:

Related Question