From: Andy Grover <agrover@redhat.com>
To: linux-lvm@redhat.com
Subject: [linux-lvm] [PATCH 0/6] Integrate python-lvm into lvm2
Date: Fri, 14 Sep 2012 10:54:38 -0700 [thread overview]
Message-ID: <1347645284-13738-1-git-send-email-agrover@redhat.com> (raw)
Hi all,
This patch series integrates python-lvm, a Python wrapper for liblvm2app.so,
into the lvm2 code base. python-lvm has lived out-of-tree here for a while:
https://github.com/agrover/python-lvm
Integrating it into lvm2 will ensure it tracks changes in the liblvm API,
and make building and testing easier.
We add a --enable-python-bindings option to ./configure, as well as an
install_python_bindings make target. Building with this option enabled will
require that python-devel and python-setuptools are also installed.
Please review. git request-pull output follows.
Thanks -- Regards -- Andy
The following changes since commit 5cdd7848f46305d3d5744c194d4e2d38b78f0ec7:
TEST: Add missing test for RAID module version (2012-09-12 06:27:37 -0500)
are available in the git repository at:
git://fedorapeople.org/home/fedora/grover/public_git/lvm2.git for-upstream
Andy Grover (6):
python-lvm: initial checkin
python-lvm: A start at a python-lvm test framework
python-lvm: setup.py
python-lvm: liblvm/python/Makefile.in
python-lvm: configure.in changes
python-lvm: Other Makefile.in changes
Makefile.in | 3 +
configure.in | 9 +
liblvm/Makefile.in | 6 +-
liblvm/python/Makefile.in | 30 ++
liblvm/python/liblvm.c | 1206 +++++++++++++++++++++++++++++++++++++++++++++
liblvm/python/setup.py | 17 +
liblvm/python/test.py | 42 ++
7 files changed, 1312 insertions(+), 1 deletions(-)
create mode 100644 liblvm/python/Makefile.in
create mode 100644 liblvm/python/liblvm.c
create mode 100644 liblvm/python/setup.py
create mode 100644 liblvm/python/test.py
next reply other threads:[~2012-09-14 17:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 17:54 Andy Grover [this message]
2012-09-14 17:54 ` [linux-lvm] [PATCH 1/6] python-lvm: initial checkin Andy Grover
2012-09-14 17:54 ` [linux-lvm] [PATCH 2/6] python-lvm: A start at a python-lvm test framework Andy Grover
2012-09-14 17:54 ` [linux-lvm] [PATCH 3/6] python-lvm: setup.py Andy Grover
2012-09-14 17:54 ` [linux-lvm] [PATCH 4/6] python-lvm: liblvm/python/Makefile.in Andy Grover
2012-09-14 17:54 ` [linux-lvm] [PATCH 5/6] python-lvm: configure.in changes Andy Grover
2012-09-14 17:54 ` [linux-lvm] [PATCH 6/6] python-lvm: Other Makefile.in changes Andy Grover
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1347645284-13738-1-git-send-email-agrover@redhat.com \
--to=agrover@redhat.com \
--cc=linux-lvm@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).