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