]> git.pld-linux.org Git - packages/xen.git/blob - xen-python_scripts.patch
- updated to 4.14.3; stick to python2 for now
[packages/xen.git] / xen-python_scripts.patch
1 diff -ur xen-4.13.1/tools/misc/xencons xen-4.13.1.py/tools/misc/xencons
2 --- xen-4.13.1/tools/misc/xencons       2020-05-14 14:19:32.000000000 +0200
3 +++ xen-4.13.1.py/tools/misc/xencons    2020-06-07 19:58:48.203256360 +0200
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/env python
6 +#!/usr/bin/python2
7  
8  ##############################################
9  # Console client for Xen guest OSes
10 --- xen-4.14.3/tools/misc/xencov_split.orig     2021-11-06 16:33:29.985897878 +0100
11 +++ xen-4.14.3/tools/misc/xencov_split  2021-11-06 16:46:44.168262090 +0100
12 @@ -1,4 +1,4 @@
13 -#!/usr/bin/env python
14 +#!/usr/bin/python2
15  
16  import sys, os, os.path as path, struct, errno
17  from optparse import OptionParser
18 diff -ur xen-4.13.1/tools/misc/xenpvnetboot xen-4.13.1.py/tools/misc/xenpvnetboot
19 --- xen-4.13.1/tools/misc/xenpvnetboot  2020-05-14 14:19:32.000000000 +0200
20 +++ xen-4.13.1.py/tools/misc/xenpvnetboot       2020-06-07 19:58:48.203256360 +0200
21 @@ -1,4 +1,4 @@
22 -#!/usr/bin/env python
23 +#!/usr/bin/python2
24  #
25  # Copyright (C) 2010 Oracle. All rights reserved.
26  #
27 diff -ur xen-4.13.1/tools/pygrub/src/pygrub xen-4.13.1.py/tools/pygrub/src/pygrub
28 --- xen-4.13.1/tools/pygrub/src/pygrub  2020-06-07 19:59:07.463276639 +0200
29 +++ xen-4.13.1.py/tools/pygrub/src/pygrub       2020-06-07 19:58:48.203256360 +0200
30 @@ -1,4 +1,4 @@
31 -#! /usr/bin/env python
32 +#!/usr/bin/python2
33  #
34  # pygrub - simple python-based bootloader for Xen
35  #
36 diff -ur xen-4.13.1/tools/python/scripts/convert-legacy-stream xen-4.13.1.py/tools/python/scripts/convert-legacy-stream
37 --- xen-4.13.1/tools/python/scripts/convert-legacy-stream       2020-05-14 14:19:32.000000000 +0200
38 +++ xen-4.13.1.py/tools/python/scripts/convert-legacy-stream    2020-06-07 19:58:48.203256360 +0200
39 @@ -1,4 +1,4 @@
40 -#!/usr/bin/env python
41 +#!/usr/bin/python2
42  # -*- coding: utf-8 -*-
43  
44  """
45 diff -ur xen-4.13.1/tools/python/scripts/verify-stream-v2 xen-4.13.1.py/tools/python/scripts/verify-stream-v2
46 --- xen-4.13.1/tools/python/scripts/verify-stream-v2    2020-05-14 14:19:32.000000000 +0200
47 +++ xen-4.13.1.py/tools/python/scripts/verify-stream-v2 2020-06-07 19:58:48.203256360 +0200
48 @@ -1,4 +1,4 @@
49 -#!/usr/bin/env python
50 +#!/usr/bin/python2
51  # -*- coding: utf-8 -*-
52  
53  """ Verify a v2 format migration stream """
54 diff -ur xen-4.13.1/tools/xenmon/xenmon.py xen-4.13.1.py/tools/xenmon/xenmon.py
55 --- xen-4.13.1/tools/xenmon/xenmon.py   2020-05-14 14:19:32.000000000 +0200
56 +++ xen-4.13.1.py/tools/xenmon/xenmon.py        2020-06-07 19:58:48.203256360 +0200
57 @@ -1,4 +1,4 @@
58 -#!/usr/bin/env python
59 +#!/usr/bin/python2
60  
61  #####################################################################
62  # xenmon is a front-end for xenbaked.
63 diff -ur xen-4.13.1/tools/xentrace/xentrace_format xen-4.13.1.py/tools/xentrace/xentrace_format
64 --- xen-4.13.1/tools/xentrace/xentrace_format   2020-05-14 14:19:32.000000000 +0200
65 +++ xen-4.13.1.py/tools/xentrace/xentrace_format        2020-06-07 19:58:48.203256360 +0200
66 @@ -1,4 +1,4 @@
67 -#!/usr/bin/env python
68 +#!/usr/bin/python2
69  
70  # by Mark Williamson, (C) 2004 Intel Research Cambridge
71  
This page took 0.06106 seconds and 4 git commands to generate.