lib/bpgit.py: add git tree verification support
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Mon, 21 Oct 2013 09:08:28 +0000 (11:08 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 21 Oct 2013 19:50:38 +0000 (21:50 +0200)
commit455aae0352d34e97fc5910927428c9f8ff44f77a
treee9d8179781b4e3e3b2eec1d1db14e6bc7ebf6047
parent52aca1afb093baef20140b33d50426ecf80d3f6d
lib/bpgit.py: add git tree verification support

This verifies that the tree provided has its last commit
both tagged and also digitally signed. In short it does:

  git tag -v $(git describe --dirty)

This will be used later.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
lib/bpgit.py