]> git.pld-linux.org Git - packages/glusterfs.git/blob - interpreters.patch
- updated to 3.10.1 (3.8.x left on glusterfs-3.8 branch)
[packages/glusterfs.git] / interpreters.patch
1 diff -dur glusterfs-3.8.11.orig/extras/ganesha/scripts/generate-epoch.py glusterfs-3.8.11/extras/ganesha/scripts/generate-epoch.py
2 --- glusterfs-3.8.11.orig/extras/ganesha/scripts/generate-epoch.py      2017-04-11 10:33:35.000000000 +0200
3 +++ glusterfs-3.8.11/extras/ganesha/scripts/generate-epoch.py   2017-04-21 14:55:35.000000000 +0200
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/python
6 +#!/usr/bin/python2
7  #
8  # Copyright (c) 2016 Red Hat, Inc. <http://www.redhat.com>
9  # This file is part of GlusterFS.
10 diff -dur glusterfs-3.8.11.orig/extras/geo-rep/schedule_georep.py.in glusterfs-3.8.11/extras/geo-rep/schedule_georep.py.in
11 --- glusterfs-3.8.11.orig/extras/geo-rep/schedule_georep.py.in  2017-04-11 10:33:35.000000000 +0200
12 +++ glusterfs-3.8.11/extras/geo-rep/schedule_georep.py.in       2017-04-21 14:55:35.000000000 +0200
13 @@ -1,4 +1,4 @@
14 -#!/usr/bin/env python
15 +#!/usr/bin/python2
16  """
17  Schedule Geo-replication
18  ------------------------
19 diff -dur glusterfs-3.8.11.orig/extras/snap_scheduler/gcron.py glusterfs-3.8.11/extras/snap_scheduler/gcron.py
20 --- glusterfs-3.8.11.orig/extras/snap_scheduler/gcron.py        2017-04-11 10:33:35.000000000 +0200
21 +++ glusterfs-3.8.11/extras/snap_scheduler/gcron.py     2017-04-21 14:55:35.000000000 +0200
22 @@ -1,4 +1,4 @@
23 -#!/usr/bin/env python
24 +#!/usr/bin/python2
25  #
26  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com>
27  # This file is part of GlusterFS.
28 diff -dur glusterfs-3.8.11.orig/extras/snap_scheduler/snap_scheduler.py glusterfs-3.8.11/extras/snap_scheduler/snap_scheduler.py
29 --- glusterfs-3.8.11.orig/extras/snap_scheduler/snap_scheduler.py       2017-04-11 10:33:35.000000000 +0200
30 +++ glusterfs-3.8.11/extras/snap_scheduler/snap_scheduler.py    2017-04-21 14:55:35.000000000 +0200
31 @@ -1,4 +1,4 @@
32 -#!/usr/bin/env python
33 +#!/usr/bin/python2
34  #
35  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com>
36  # This file is part of GlusterFS.
37 --- glusterfs-3.10.1/extras/stop-all-gluster-processes.sh.orig  2017-04-27 22:09:07.287953034 +0200
38 +++ glusterfs-3.10.1/extras/stop-all-gluster-processes.sh       2017-04-27 22:10:38.047952000 +0200
39 @@ -1,4 +1,4 @@
40 -#!/usr/bin/env bash
41 +#!/bin/bash
42  #
43  # Kill all the processes/services except glusterd
44  #
45 diff -dur glusterfs-3.8.11.orig/geo-replication/src/peer_mountbroker.in glusterfs-3.8.11/geo-replication/src/peer_mountbroker.in
46 --- glusterfs-3.8.11.orig/geo-replication/src/peer_mountbroker.in       2017-04-11 10:33:35.000000000 +0200
47 +++ glusterfs-3.8.11/geo-replication/src/peer_mountbroker.in    2017-04-21 14:55:35.000000000 +0200
48 @@ -1,4 +1,4 @@
49 -#!/usr/bin/env python
50 +#!/usr/bin/python2
51  import os
52  from argparse import ArgumentParser, RawDescriptionHelpFormatter
53  import json
54 diff -dur glusterfs-3.8.11.orig/tools/gfind_missing_files/gfid_to_path.py glusterfs-3.8.11/tools/gfind_missing_files/gfid_to_path.py
55 --- glusterfs-3.8.11.orig/tools/gfind_missing_files/gfid_to_path.py     2017-04-11 10:33:35.000000000 +0200
56 +++ glusterfs-3.8.11/tools/gfind_missing_files/gfid_to_path.py  2017-04-21 14:55:35.000000000 +0200
57 @@ -1,4 +1,4 @@
58 -#!/usr/bin/env python
59 +#!/usr/bin/python2
60  
61  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
62  # This file is part of GlusterFS.
63 diff -dur glusterfs-3.8.11.orig/tools/glusterfind/glusterfind.in glusterfs-3.8.11/tools/glusterfind/glusterfind.in
64 --- glusterfs-3.8.11.orig/tools/glusterfind/glusterfind.in      2017-04-11 10:33:35.000000000 +0200
65 +++ glusterfs-3.8.11/tools/glusterfind/glusterfind.in   2017-04-21 14:55:35.000000000 +0200
66 @@ -1,4 +1,4 @@
67 -#!/usr/bin/env python
68 +#!/usr/bin/python2
69  
70  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
71  # This file is part of GlusterFS.
72 diff -dur glusterfs-3.8.11.orig/tools/glusterfind/src/brickfind.py glusterfs-3.8.11/tools/glusterfind/src/brickfind.py
73 --- glusterfs-3.8.11.orig/tools/glusterfind/src/brickfind.py    2017-04-11 10:33:35.000000000 +0200
74 +++ glusterfs-3.8.11/tools/glusterfind/src/brickfind.py 2017-04-21 14:55:35.000000000 +0200
75 @@ -1,4 +1,4 @@
76 -#!/usr/bin/env python
77 +#!/usr/bin/python2
78  # -*- coding: utf-8 -*-
79  
80  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
81 diff -dur glusterfs-3.8.11.orig/tools/glusterfind/src/changelogdata.py glusterfs-3.8.11/tools/glusterfind/src/changelogdata.py
82 --- glusterfs-3.8.11.orig/tools/glusterfind/src/changelogdata.py        2017-04-11 10:33:35.000000000 +0200
83 +++ glusterfs-3.8.11/tools/glusterfind/src/changelogdata.py     2017-04-21 14:55:35.000000000 +0200
84 @@ -1,4 +1,4 @@
85 -#!/usr/bin/env python
86 +#!/usr/bin/python2
87  # -*- coding: utf-8 -*-
88  
89  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
90 diff -dur glusterfs-3.8.11.orig/tools/glusterfind/src/changelog.py glusterfs-3.8.11/tools/glusterfind/src/changelog.py
91 --- glusterfs-3.8.11.orig/tools/glusterfind/src/changelog.py    2017-04-11 10:33:35.000000000 +0200
92 +++ glusterfs-3.8.11/tools/glusterfind/src/changelog.py 2017-04-21 14:55:35.000000000 +0200
93 @@ -1,4 +1,4 @@
94 -#!/usr/bin/env python
95 +#!/usr/bin/python2
96  # -*- coding: utf-8 -*-
97  
98  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
99 diff -dur glusterfs-3.8.11.orig/tools/glusterfind/src/conf.py glusterfs-3.8.11/tools/glusterfind/src/conf.py
100 --- glusterfs-3.8.11.orig/tools/glusterfind/src/conf.py 2017-04-11 10:33:35.000000000 +0200
101 +++ glusterfs-3.8.11/tools/glusterfind/src/conf.py      2017-04-21 14:55:35.000000000 +0200
102 @@ -1,4 +1,4 @@
103 -#!/usr/bin/env python
104 +#!/usr/bin/python2
105  # -*- coding: utf-8 -*-
106  
107  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
108 diff -dur glusterfs-3.8.11.orig/tools/glusterfind/src/__init__.py glusterfs-3.8.11/tools/glusterfind/src/__init__.py
109 --- glusterfs-3.8.11.orig/tools/glusterfind/src/__init__.py     2017-04-11 10:33:35.000000000 +0200
110 +++ glusterfs-3.8.11/tools/glusterfind/src/__init__.py  2017-04-21 14:55:35.000000000 +0200
111 @@ -1,4 +1,4 @@
112 -#!/usr/bin/env python
113 +#!/usr/bin/python2
114  # -*- coding: utf-8 -*-
115  
116  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
117 diff -dur glusterfs-3.8.11.orig/tools/glusterfind/src/libgfchangelog.py glusterfs-3.8.11/tools/glusterfind/src/libgfchangelog.py
118 --- glusterfs-3.8.11.orig/tools/glusterfind/src/libgfchangelog.py       2017-04-11 10:33:35.000000000 +0200
119 +++ glusterfs-3.8.11/tools/glusterfind/src/libgfchangelog.py    2017-04-21 14:55:35.000000000 +0200
120 @@ -1,4 +1,4 @@
121 -#!/usr/bin/env python
122 +#!/usr/bin/python2
123  # -*- coding: utf-8 -*-
124  
125  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
126 diff -dur glusterfs-3.8.11.orig/tools/glusterfind/src/main.py glusterfs-3.8.11/tools/glusterfind/src/main.py
127 --- glusterfs-3.8.11.orig/tools/glusterfind/src/main.py 2017-04-11 10:33:35.000000000 +0200
128 +++ glusterfs-3.8.11/tools/glusterfind/src/main.py      2017-04-21 14:55:35.000000000 +0200
129 @@ -1,4 +1,4 @@
130 -#!/usr/bin/env python
131 +#!/usr/bin/python2
132  # -*- coding: utf-8 -*-
133  
134  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
135 diff -dur glusterfs-3.8.11.orig/tools/glusterfind/src/nodeagent.py glusterfs-3.8.11/tools/glusterfind/src/nodeagent.py
136 --- glusterfs-3.8.11.orig/tools/glusterfind/src/nodeagent.py    2017-04-11 10:33:35.000000000 +0200
137 +++ glusterfs-3.8.11/tools/glusterfind/src/nodeagent.py 2017-04-21 14:55:35.000000000 +0200
138 @@ -1,4 +1,4 @@
139 -#!/usr/bin/env python
140 +#!/usr/bin/python2
141  # -*- coding: utf-8 -*-
142  
143  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
144 diff -dur glusterfs-3.8.11.orig/tools/glusterfind/src/utils.py glusterfs-3.8.11/tools/glusterfind/src/utils.py
145 --- glusterfs-3.8.11.orig/tools/glusterfind/src/utils.py        2017-04-11 10:33:35.000000000 +0200
146 +++ glusterfs-3.8.11/tools/glusterfind/src/utils.py     2017-04-21 14:55:35.000000000 +0200
147 @@ -1,4 +1,4 @@
148 -#!/usr/bin/env python
149 +#!/usr/bin/python2
150  # -*- coding: utf-8 -*-
151  
152  # Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
This page took 0.06111 seconds and 3 git commands to generate.