From: "Luis R. Rodriguez" <[email protected]>

There were a few scripts left to convert to Python. One
was git-paranoia and another was gen-release.sh. This
converts both into the new framework under Python. The
new option is --kup, this would only be used by whoever
is maintaining releases for backports.

The Python gpg library didn't have support for
"--armor --detach-sign" so for now we just add
our own. For kup we add our own small wrapper.

A few thing we could do to help new maintainers or
later enhancements but we can do that later:

  * Add option to import PGP keys from the trees
    we manage or are reading data from.

  * Add option to build tarball for non kup usage

We should just go hack up git paranoia upstream on
git itself as well.

Luis R. Rodriguez (9):
  lib/bpgit.py: make git describe --long optional
  lib/bpgit.py: add git describe --dirty support
  lib/bpgit.py: add git status support
  lib/bpgit.py: add git clean support
  lib/bpgit.py: add git tree verification support
  lib/bpgit.py: add support for git paranoia
  lib/bpgpg.py: add simple gpg helpers for --armor --detach-sign
  lib/bpkup.py: add or own kernel uploader helper lib
  gentree.py: add kernel upload support

 gentree.py   |  211 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 lib/bpgit.py |   56 +++++++++++++++-
 lib/bpgpg.py |   12 ++++
 lib/bpkup.py |   38 +++++++++++
 4 files changed, 309 insertions(+), 8 deletions(-)
 create mode 100644 lib/bpgpg.py
 create mode 100644 lib/bpkup.py

-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to