[PATCH 0/9] backports: add kernel uploading support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx>

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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux