mbox series

[XEN,0/2] Fix installation of python scripts

Message ID 20200311175933.1362235-1-anthony.perard@citrix.com (mailing list archive)
Headers show
Series Fix installation of python scripts | expand

Message

Anthony PERARD March 11, 2020, 5:59 p.m. UTC
Patch series available in this git branch:
https://xenbits.xen.org/git-http/people/aperard/xen-unstable.git br.fix-python-install-v1

Hi,

A patch to make packaging of xen on centos8 easier. rpmbuild
prevents unversions python shebang from been packaged.
And the first patch fix a bug discovered with the second.

Cheers,

Anthony PERARD (2):
  tools/python: Fix install-wrap
  tools: Use INSTALL_PYTHON_PROG

 tools/misc/xencov_split   | 2 +-
 tools/python/Makefile     | 4 ++--
 tools/python/install-wrap | 2 +-
 tools/xenmon/Makefile     | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

Comments

Anthony PERARD May 18, 2020, 1:15 p.m. UTC | #1
Ping?

Cheers.

On Wed, Mar 11, 2020 at 05:59:31PM +0000, Anthony PERARD wrote:
> Patch series available in this git branch:
> https://xenbits.xen.org/git-http/people/aperard/xen-unstable.git br.fix-python-install-v1
> 
> Hi,
> 
> A patch to make packaging of xen on centos8 easier. rpmbuild
> prevents unversions python shebang from been packaged.
> And the first patch fix a bug discovered with the second.
> 
> Cheers,
> 
> Anthony PERARD (2):
>   tools/python: Fix install-wrap
>   tools: Use INSTALL_PYTHON_PROG
> 
>  tools/misc/xencov_split   | 2 +-
>  tools/python/Makefile     | 4 ++--
>  tools/python/install-wrap | 2 +-
>  tools/xenmon/Makefile     | 2 +-
>  4 files changed, 5 insertions(+), 5 deletions(-)