]> git.pld-linux.org Git - packages/xen.git/blame - xen-python_scripts.patch
- more gcc10 patch updates
[packages/xen.git] / xen-python_scripts.patch
CommitLineData
6f09bc96
JR
1diff -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
18371059
JK
4@@ -1,4 +1,4 @@
5-#!/usr/bin/env python
6f09bc96
JR
6+#!/usr/bin/python2
7
8 ##############################################
9 # Console client for Xen guest OSes
10diff -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
19diff -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
bf4f47e8
JK
25 #
26 # Copyright (C) 2010 Oracle. All rights reserved.
27 #
6f09bc96
JR
28diff -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
18371059 31@@ -1,4 +1,4 @@
6f09bc96
JR
32-#! /usr/bin/env python
33+#!/usr/bin/python2
18371059 34 #
6f09bc96
JR
35 # pygrub - simple python-based bootloader for Xen
36 #
37diff -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
61c7d70c 40@@ -1,4 +1,4 @@
41-#!/usr/bin/env python
6f09bc96
JR
42+#!/usr/bin/python2
43 # -*- coding: utf-8 -*-
44
45 """
46diff -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 """
55diff -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.
64diff -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.098527 seconds and 4 git commands to generate.