File tree 23 files changed +92
-92
lines changed 23 files changed +92
-92
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ RUN set -ex \
48
48
\
49
49
&& find /usr/local -depth \
50
50
\( \
51
- \( -type d -a -name test -o -name tests \) \
51
+ \( -type d -a \( -name test -o -name tests \) \) \
52
52
-o \
53
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
53
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
54
54
\) -exec rm -rf '{}' + \
55
55
&& rm -rf /usr/src/python
56
56
@@ -70,9 +70,9 @@ RUN set -ex; \
70
70
\
71
71
find /usr/local -depth \
72
72
\( \
73
- \( -type d -a -name test -o -name tests \) \
73
+ \( -type d -a \( -name test -o -name tests \) \) \
74
74
-o \
75
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
75
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
76
76
\) -exec rm -rf '{}' +; \
77
77
rm -f get-pip.py
78
78
Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ RUN set -ex \
74
74
\
75
75
&& find /usr/local -depth \
76
76
\( \
77
- \( -type d -a -name test -o -name tests \) \
77
+ \( -type d -a \( -name test -o -name tests \) \) \
78
78
-o \
79
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
79
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
80
80
\) -exec rm -rf '{}' + \
81
81
&& rm -rf /usr/src/python
82
82
@@ -100,9 +100,9 @@ RUN set -ex; \
100
100
\
101
101
find /usr/local -depth \
102
102
\( \
103
- \( -type d -a -name test -o -name tests \) \
103
+ \( -type d -a \( -name test -o -name tests \) \) \
104
104
-o \
105
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
105
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
106
106
\) -exec rm -rf '{}' +; \
107
107
rm -f get-pip.py
108
108
Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ RUN set -ex \
74
74
\
75
75
&& find /usr/local -depth \
76
76
\( \
77
- \( -type d -a -name test -o -name tests \) \
77
+ \( -type d -a \( -name test -o -name tests \) \) \
78
78
-o \
79
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
79
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
80
80
\) -exec rm -rf '{}' + \
81
81
&& rm -rf /usr/src/python
82
82
@@ -100,9 +100,9 @@ RUN set -ex; \
100
100
\
101
101
find /usr/local -depth \
102
102
\( \
103
- \( -type d -a -name test -o -name tests \) \
103
+ \( -type d -a \( -name test -o -name tests \) \) \
104
104
-o \
105
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
105
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
106
106
\) -exec rm -rf '{}' +; \
107
107
rm -f get-pip.py
108
108
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ RUN set -ex \
63
63
\
64
64
&& find /usr/local -depth \
65
65
\( \
66
- \( -type d -a -name test -o -name tests \) \
66
+ \( -type d -a \( -name test -o -name tests \) \) \
67
67
-o \
68
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
68
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
69
69
\) -exec rm -rf '{}' + \
70
70
&& rm -rf /usr/src/python
71
71
@@ -91,9 +91,9 @@ RUN set -ex; \
91
91
\
92
92
find /usr/local -depth \
93
93
\( \
94
- \( -type d -a -name test -o -name tests \) \
94
+ \( -type d -a \( -name test -o -name tests \) \) \
95
95
-o \
96
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
96
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
97
97
\) -exec rm -rf '{}' +; \
98
98
rm -f get-pip.py
99
99
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ RUN set -ex \
48
48
\
49
49
&& find /usr/local -depth \
50
50
\( \
51
- \( -type d -a -name test -o -name tests \) \
51
+ \( -type d -a \( -name test -o -name tests \) \) \
52
52
-o \
53
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
53
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
54
54
\) -exec rm -rf '{}' + \
55
55
&& rm -rf /usr/src/python
56
56
@@ -70,9 +70,9 @@ RUN set -ex; \
70
70
\
71
71
find /usr/local -depth \
72
72
\( \
73
- \( -type d -a -name test -o -name tests \) \
73
+ \( -type d -a \( -name test -o -name tests \) \) \
74
74
-o \
75
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
75
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
76
76
\) -exec rm -rf '{}' +; \
77
77
rm -f get-pip.py
78
78
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ RUN set -ex \
57
57
\
58
58
&& find /usr/local -depth \
59
59
\( \
60
- \( -type d -a -name test -o -name tests \) \
60
+ \( -type d -a \( -name test -o -name tests \) \) \
61
61
-o \
62
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
62
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
63
63
\) -exec rm -rf '{}' + \
64
64
&& rm -rf /usr/src/python
65
65
@@ -86,9 +86,9 @@ RUN set -ex; \
86
86
\
87
87
find /usr/local -depth \
88
88
\( \
89
- \( -type d -a -name test -o -name tests \) \
89
+ \( -type d -a \( -name test -o -name tests \) \) \
90
90
-o \
91
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
91
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
92
92
\) -exec rm -rf '{}' +; \
93
93
rm -f get-pip.py
94
94
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ RUN set -ex \
86
86
\
87
87
&& find /usr/local -depth \
88
88
\( \
89
- \( -type d -a -name test -o -name tests \) \
89
+ \( -type d -a \( -name test -o -name tests \) \) \
90
90
-o \
91
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
91
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
92
92
\) -exec rm -rf '{}' + \
93
93
&& rm -rf /usr/src/python
94
94
@@ -119,9 +119,9 @@ RUN set -ex; \
119
119
\
120
120
find /usr/local -depth \
121
121
\( \
122
- \( -type d -a -name test -o -name tests \) \
122
+ \( -type d -a \( -name test -o -name tests \) \) \
123
123
-o \
124
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
124
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
125
125
\) -exec rm -rf '{}' +; \
126
126
rm -f get-pip.py
127
127
Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ RUN set -ex \
76
76
\
77
77
&& find /usr/local -depth \
78
78
\( \
79
- \( -type d -a -name test -o -name tests \) \
79
+ \( -type d -a \( -name test -o -name tests \) \) \
80
80
-o \
81
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
81
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
82
82
\) -exec rm -rf '{}' + \
83
83
&& rm -rf /usr/src/python
84
84
@@ -111,9 +111,9 @@ RUN set -ex; \
111
111
\
112
112
find /usr/local -depth \
113
113
\( \
114
- \( -type d -a -name test -o -name tests \) \
114
+ \( -type d -a \( -name test -o -name tests \) \) \
115
115
-o \
116
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
116
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
117
117
\) -exec rm -rf '{}' +; \
118
118
rm -f get-pip.py
119
119
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ RUN set -ex \
57
57
\
58
58
&& find /usr/local -depth \
59
59
\( \
60
- \( -type d -a -name test -o -name tests \) \
60
+ \( -type d -a \( -name test -o -name tests \) \) \
61
61
-o \
62
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
62
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
63
63
\) -exec rm -rf '{}' + \
64
64
&& rm -rf /usr/src/python
65
65
@@ -86,9 +86,9 @@ RUN set -ex; \
86
86
\
87
87
find /usr/local -depth \
88
88
\( \
89
- \( -type d -a -name test -o -name tests \) \
89
+ \( -type d -a \( -name test -o -name tests \) \) \
90
90
-o \
91
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
91
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
92
92
\) -exec rm -rf '{}' +; \
93
93
rm -f get-pip.py
94
94
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ RUN set -ex \
57
57
\
58
58
&& find /usr/local -depth \
59
59
\( \
60
- \( -type d -a -name test -o -name tests \) \
60
+ \( -type d -a \( -name test -o -name tests \) \) \
61
61
-o \
62
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
62
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
63
63
\) -exec rm -rf '{}' + \
64
64
&& rm -rf /usr/src/python
65
65
@@ -86,9 +86,9 @@ RUN set -ex; \
86
86
\
87
87
find /usr/local -depth \
88
88
\( \
89
- \( -type d -a -name test -o -name tests \) \
89
+ \( -type d -a \( -name test -o -name tests \) \) \
90
90
-o \
91
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
91
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
92
92
\) -exec rm -rf '{}' +; \
93
93
rm -f get-pip.py
94
94
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ RUN set -ex \
86
86
\
87
87
&& find /usr/local -depth \
88
88
\( \
89
- \( -type d -a -name test -o -name tests \) \
89
+ \( -type d -a \( -name test -o -name tests \) \) \
90
90
-o \
91
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
91
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
92
92
\) -exec rm -rf '{}' + \
93
93
&& rm -rf /usr/src/python
94
94
@@ -119,9 +119,9 @@ RUN set -ex; \
119
119
\
120
120
find /usr/local -depth \
121
121
\( \
122
- \( -type d -a -name test -o -name tests \) \
122
+ \( -type d -a \( -name test -o -name tests \) \) \
123
123
-o \
124
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
124
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
125
125
\) -exec rm -rf '{}' +; \
126
126
rm -f get-pip.py
127
127
Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ RUN set -ex \
76
76
\
77
77
&& find /usr/local -depth \
78
78
\( \
79
- \( -type d -a -name test -o -name tests \) \
79
+ \( -type d -a \( -name test -o -name tests \) \) \
80
80
-o \
81
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
81
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
82
82
\) -exec rm -rf '{}' + \
83
83
&& rm -rf /usr/src/python
84
84
@@ -111,9 +111,9 @@ RUN set -ex; \
111
111
\
112
112
find /usr/local -depth \
113
113
\( \
114
- \( -type d -a -name test -o -name tests \) \
114
+ \( -type d -a \( -name test -o -name tests \) \) \
115
115
-o \
116
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
116
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
117
117
\) -exec rm -rf '{}' +; \
118
118
rm -f get-pip.py
119
119
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ RUN set -ex \
57
57
\
58
58
&& find /usr/local -depth \
59
59
\( \
60
- \( -type d -a -name test -o -name tests \) \
60
+ \( -type d -a \( -name test -o -name tests \) \) \
61
61
-o \
62
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
62
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
63
63
\) -exec rm -rf '{}' + \
64
64
&& rm -rf /usr/src/python
65
65
@@ -86,9 +86,9 @@ RUN set -ex; \
86
86
\
87
87
find /usr/local -depth \
88
88
\( \
89
- \( -type d -a -name test -o -name tests \) \
89
+ \( -type d -a \( -name test -o -name tests \) \) \
90
90
-o \
91
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
91
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
92
92
\) -exec rm -rf '{}' +; \
93
93
rm -f get-pip.py
94
94
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ RUN set -ex \
57
57
\
58
58
&& find /usr/local -depth \
59
59
\( \
60
- \( -type d -a -name test -o -name tests \) \
60
+ \( -type d -a \( -name test -o -name tests \) \) \
61
61
-o \
62
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
62
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
63
63
\) -exec rm -rf '{}' + \
64
64
&& rm -rf /usr/src/python
65
65
@@ -86,9 +86,9 @@ RUN set -ex; \
86
86
\
87
87
find /usr/local -depth \
88
88
\( \
89
- \( -type d -a -name test -o -name tests \) \
89
+ \( -type d -a \( -name test -o -name tests \) \) \
90
90
-o \
91
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
91
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
92
92
\) -exec rm -rf '{}' +; \
93
93
rm -f get-pip.py
94
94
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ RUN set -ex \
86
86
\
87
87
&& find /usr/local -depth \
88
88
\( \
89
- \( -type d -a -name test -o -name tests \) \
89
+ \( -type d -a \( -name test -o -name tests \) \) \
90
90
-o \
91
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
91
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
92
92
\) -exec rm -rf '{}' + \
93
93
&& rm -rf /usr/src/python
94
94
@@ -119,9 +119,9 @@ RUN set -ex; \
119
119
\
120
120
find /usr/local -depth \
121
121
\( \
122
- \( -type d -a -name test -o -name tests \) \
122
+ \( -type d -a \( -name test -o -name tests \) \) \
123
123
-o \
124
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
124
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
125
125
\) -exec rm -rf '{}' +; \
126
126
rm -f get-pip.py
127
127
Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ RUN set -ex \
76
76
\
77
77
&& find /usr/local -depth \
78
78
\( \
79
- \( -type d -a -name test -o -name tests \) \
79
+ \( -type d -a \( -name test -o -name tests \) \) \
80
80
-o \
81
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
81
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
82
82
\) -exec rm -rf '{}' + \
83
83
&& rm -rf /usr/src/python
84
84
@@ -111,9 +111,9 @@ RUN set -ex; \
111
111
\
112
112
find /usr/local -depth \
113
113
\( \
114
- \( -type d -a -name test -o -name tests \) \
114
+ \( -type d -a \( -name test -o -name tests \) \) \
115
115
-o \
116
- \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
116
+ \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
117
117
\) -exec rm -rf '{}' +; \
118
118
rm -f get-pip.py
119
119
You can’t perform that action at this time.
0 commit comments