5

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.

Ted Gould
  • 3,425

1 Answers1

1

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

Jorge Castro
  • 73,717