Re: [libvirt] [PATCH python] Add python3 to the automated build and RPM

2013-12-13 Thread Daniel P. Berrange
On Thu, Dec 12, 2013 at 12:29:34PM -0700, Eric Blake wrote: On 12/12/2013 04:19 AM, Daniel P. Berrange wrote: +++ b/autobuild.sh @@ -13,6 +13,12 @@ python setup.py build python setup.py test python setup.py install --root=$AUTOBUILD_INSTALL_ROOT I haven't tested it, but

Re: [libvirt] [PATCH python] Add python3 to the automated build and RPM

2013-12-13 Thread Martin Kletzander
On Thu, Dec 12, 2013 at 12:29:34PM -0700, Eric Blake wrote: On 12/12/2013 04:19 AM, Daniel P. Berrange wrote: +++ b/autobuild.sh @@ -13,6 +13,12 @@ python setup.py build python setup.py test python setup.py install --root=$AUTOBUILD_INSTALL_ROOT I haven't tested it, but shouldn't

Re: [libvirt] [PATCH python] Add python3 to the automated build and RPM

2013-12-12 Thread Martin Kletzander
On Wed, Dec 11, 2013 at 04:31:46PM +, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com This updates autobuild.sh to test the python3 build process. The RPM specfile is changed to build a libvirt-python3 RPM on Fedora 18 Signed-off-by: Daniel P. Berrange

Re: [libvirt] [PATCH python] Add python3 to the automated build and RPM

2013-12-12 Thread Daniel P. Berrange
On Wed, Dec 11, 2013 at 01:01:03PM -0700, Eric Blake wrote: On 12/11/2013 09:31 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com This updates autobuild.sh to test the python3 build process. The RPM specfile is changed to build a libvirt-python3 RPM on Fedora

Re: [libvirt] [PATCH python] Add python3 to the automated build and RPM

2013-12-12 Thread Daniel P. Berrange
On Thu, Dec 12, 2013 at 08:59:33AM +0100, Martin Kletzander wrote: On Wed, Dec 11, 2013 at 04:31:46PM +, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com This updates autobuild.sh to test the python3 build process. The RPM specfile is changed to build a

Re: [libvirt] [PATCH python] Add python3 to the automated build and RPM

2013-12-12 Thread Eric Blake
On 12/12/2013 04:19 AM, Daniel P. Berrange wrote: +++ b/autobuild.sh @@ -13,6 +13,12 @@ python setup.py build python setup.py test python setup.py install --root=$AUTOBUILD_INSTALL_ROOT I haven't tested it, but shouldn't these lines ^^, and others similar to them, be changed to python2

[libvirt] [PATCH python] Add python3 to the automated build and RPM

2013-12-11 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com This updates autobuild.sh to test the python3 build process. The RPM specfile is changed to build a libvirt-python3 RPM on Fedora 18 Signed-off-by: Daniel P. Berrange berra...@redhat.com --- autobuild.sh | 6 ++ libvirt-python.spec.in

Re: [libvirt] [PATCH python] Add python3 to the automated build and RPM

2013-12-11 Thread Eric Blake
On 12/11/2013 09:31 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com This updates autobuild.sh to test the python3 build process. The RPM specfile is changed to build a libvirt-python3 RPM on Fedora 18 Signed-off-by: Daniel P. Berrange berra...@redhat.com ---