machinery-tool 1.11.2 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NEWS +7 -0
- data/export_helpers/containerize_readme.md +44 -0
- data/helpers/default_filters.json +1 -0
- data/html/index.html.haml +10 -10
- data/lib/build_task.rb +1 -1
- data/lib/cli.rb +16 -3
- data/lib/constants.rb +1 -0
- data/lib/containerize_task.rb +46 -0
- data/lib/exceptions.rb +4 -0
- data/lib/helper.rb +4 -0
- data/lib/local_system.rb +24 -2
- data/lib/logged_cheetah.rb +23 -5
- data/lib/machinery.rb +4 -0
- data/lib/machinery_helper.rb +66 -0
- data/lib/remote_system.rb +31 -1
- data/lib/system.rb +6 -0
- data/lib/system_description.rb +26 -0
- data/lib/version.rb +1 -1
- data/lib/workload_mapper.rb +141 -0
- data/lib/workload_mapper_dsl.rb +54 -0
- data/man/generated/machinery.1.gz +0 -0
- data/man/generated/machinery.1.html +8 -1
- data/plugins/os/os_inspector.rb +1 -5
- data/plugins/repositories/repositories_inspector.rb +4 -0
- data/plugins/unmanaged_files/unmanaged_files_inspector.rb +81 -13
- metadata +214 -209
metadata
CHANGED
@@ -1,223 +1,223 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: machinery-tool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- SUSE
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cheetah
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 0.4.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 0.4.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: json
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 1.8.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 1.8.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: abstract_method
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - '>='
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: 1.2.1
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 1.2.1
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: nokogiri
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - '>='
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: 1.6.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - '>='
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 1.6.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: gli
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - ~>
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: 2.11.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - ~>
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: 2.11.0
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: json-schema
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - ~>
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: 2.2.4
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - ~>
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: 2.2.4
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: haml
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
|
-
- -
|
101
|
+
- - ~>
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: 4.0.5
|
104
104
|
type: :runtime
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
|
-
- -
|
108
|
+
- - ~>
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: 4.0.5
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: kramdown
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
|
-
- -
|
115
|
+
- - ~>
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: 1.3.3
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
|
-
- -
|
122
|
+
- - ~>
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: 1.3.3
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: tilt
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
128
128
|
requirements:
|
129
|
-
- -
|
129
|
+
- - '>='
|
130
130
|
- !ruby/object:Gem::Version
|
131
131
|
version: '2.0'
|
132
132
|
type: :runtime
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
|
-
- -
|
136
|
+
- - '>='
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '2.0'
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
140
|
name: sinatra
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
142
142
|
requirements:
|
143
|
-
- -
|
143
|
+
- - ~>
|
144
144
|
- !ruby/object:Gem::Version
|
145
145
|
version: 1.4.6
|
146
146
|
type: :runtime
|
147
147
|
prerelease: false
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
149
149
|
requirements:
|
150
|
-
- -
|
150
|
+
- - ~>
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: 1.4.6
|
153
153
|
- !ruby/object:Gem::Dependency
|
154
154
|
name: mimemagic
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|
156
156
|
requirements:
|
157
|
-
- -
|
157
|
+
- - ~>
|
158
158
|
- !ruby/object:Gem::Version
|
159
159
|
version: 0.3.0
|
160
160
|
type: :runtime
|
161
161
|
prerelease: false
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
163
163
|
requirements:
|
164
|
-
- -
|
164
|
+
- - ~>
|
165
165
|
- !ruby/object:Gem::Version
|
166
166
|
version: 0.3.0
|
167
167
|
- !ruby/object:Gem::Dependency
|
168
168
|
name: diffy
|
169
169
|
requirement: !ruby/object:Gem::Requirement
|
170
170
|
requirements:
|
171
|
-
- -
|
171
|
+
- - ~>
|
172
172
|
- !ruby/object:Gem::Version
|
173
173
|
version: 3.0.7
|
174
174
|
type: :runtime
|
175
175
|
prerelease: false
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
177
177
|
requirements:
|
178
|
-
- -
|
178
|
+
- - ~>
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: 3.0.7
|
181
181
|
- !ruby/object:Gem::Dependency
|
182
182
|
name: ronn
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
184
184
|
requirements:
|
185
|
-
- -
|
185
|
+
- - '>='
|
186
186
|
- !ruby/object:Gem::Version
|
187
187
|
version: 0.7.3
|
188
188
|
type: :development
|
189
189
|
prerelease: false
|
190
190
|
version_requirements: !ruby/object:Gem::Requirement
|
191
191
|
requirements:
|
192
|
-
- -
|
192
|
+
- - '>='
|
193
193
|
- !ruby/object:Gem::Version
|
194
194
|
version: 0.7.3
|
195
195
|
- !ruby/object:Gem::Dependency
|
196
196
|
name: rake
|
197
197
|
requirement: !ruby/object:Gem::Requirement
|
198
198
|
requirements:
|
199
|
-
- -
|
199
|
+
- - '>='
|
200
200
|
- !ruby/object:Gem::Version
|
201
201
|
version: '0'
|
202
202
|
type: :development
|
203
203
|
prerelease: false
|
204
204
|
version_requirements: !ruby/object:Gem::Requirement
|
205
205
|
requirements:
|
206
|
-
- -
|
206
|
+
- - '>='
|
207
207
|
- !ruby/object:Gem::Version
|
208
208
|
version: '0'
|
209
209
|
- !ruby/object:Gem::Dependency
|
210
210
|
name: packaging_rake_tasks
|
211
211
|
requirement: !ruby/object:Gem::Requirement
|
212
212
|
requirements:
|
213
|
-
- -
|
213
|
+
- - '>='
|
214
214
|
- !ruby/object:Gem::Version
|
215
215
|
version: '0'
|
216
216
|
type: :development
|
217
217
|
prerelease: false
|
218
218
|
version_requirements: !ruby/object:Gem::Requirement
|
219
219
|
requirements:
|
220
|
-
- -
|
220
|
+
- - '>='
|
221
221
|
- !ruby/object:Gem::Version
|
222
222
|
version: '0'
|
223
223
|
description: Machinery is a systems management toolkit for Linux. It supports configuration
|
@@ -230,215 +230,220 @@ executables:
|
|
230
230
|
extensions: []
|
231
231
|
extra_rdoc_files: []
|
232
232
|
files:
|
233
|
-
-
|
234
|
-
- NEWS
|
235
|
-
- bin/machinery
|
236
|
-
- export_helpers/autoyast_export_readme.md
|
237
|
-
- export_helpers/kiwi_export_readme.md
|
238
|
-
- export_helpers/merge_users_and_groups.pl.erb
|
239
|
-
- export_helpers/unmanaged_files_autoyast_excludes
|
240
|
-
- export_helpers/unmanaged_files_kiwi_excludes
|
241
|
-
- helpers/changed_files.sh
|
242
|
-
- helpers/default_filters.json
|
243
|
-
- helpers/filter-packages-for-build.yaml
|
244
|
-
- helpers/inspector_files.rb
|
245
|
-
- helpers/yum_repositories.py
|
246
|
-
- html/assets/angular-sanitize.min.js
|
247
|
-
- html/assets/angular.min.js
|
248
|
-
- html/assets/arrow_down.png
|
249
|
-
- html/assets/arrow_up.png
|
250
|
-
- html/assets/bootstrap-popover.js
|
251
|
-
- html/assets/bootstrap-tooltip.js
|
252
|
-
- html/assets/bootstrap.min.css
|
253
|
-
- html/assets/collapse.js
|
254
|
-
- html/assets/compare/machinery-compare.js
|
255
|
-
- html/assets/compare/machinery.js
|
256
|
-
- html/assets/cross.png
|
257
|
-
- html/assets/jquery-2.1.1.min.js
|
258
|
-
- html/assets/logo-changed-managed-files-small.png
|
259
|
-
- html/assets/logo-changed-managed-files.png
|
260
|
-
- html/assets/logo-config-files-small.png
|
261
|
-
- html/assets/logo-config-files.png
|
262
|
-
- html/assets/logo-groups-small.png
|
263
|
-
- html/assets/logo-groups.png
|
264
|
-
- html/assets/logo-os-small.png
|
265
|
-
- html/assets/logo-os.png
|
266
|
-
- html/assets/logo-packages-small.png
|
267
|
-
- html/assets/logo-packages.png
|
268
|
-
- html/assets/logo-patterns-small.png
|
269
|
-
- html/assets/logo-patterns.png
|
270
|
-
- html/assets/logo-repositories-small.png
|
271
|
-
- html/assets/logo-repositories.png
|
272
|
-
- html/assets/logo-services-small.png
|
273
|
-
- html/assets/logo-services.png
|
274
|
-
- html/assets/logo-unmanaged-files-small.png
|
275
|
-
- html/assets/logo-unmanaged-files.png
|
276
|
-
- html/assets/logo-users-small.png
|
277
|
-
- html/assets/logo-users.png
|
278
|
-
- html/assets/machinery-base.css
|
279
|
-
- html/assets/machinery.css
|
280
|
-
- html/assets/modal.js
|
281
|
-
- html/assets/reset.png
|
282
|
-
- html/assets/show/machinery-show.js
|
283
|
-
- html/assets/show/machinery.js
|
284
|
-
- html/assets/transition.js
|
285
|
-
- html/assets/wheels_horizontal.png
|
286
|
-
- html/comparison.html.haml
|
287
|
-
- html/index.html.haml
|
288
|
-
- lib/analyze_config_file_diffs_task.rb
|
289
|
-
- lib/array.rb
|
290
|
-
- lib/autoyast.rb
|
291
|
-
- lib/build_task.rb
|
292
|
-
- lib/changed_rpm_files_helper.rb
|
233
|
+
- lib/filter_option_parser.rb
|
293
234
|
- lib/cli.rb
|
294
|
-
- lib/
|
295
|
-
- lib/
|
296
|
-
- lib/
|
235
|
+
- lib/validate_task.rb
|
236
|
+
- lib/machinery_logger.rb
|
237
|
+
- lib/show_task.rb
|
297
238
|
- lib/config_base.rb
|
298
|
-
- lib/
|
299
|
-
- lib/
|
300
|
-
- lib/copy_task.rb
|
301
|
-
- lib/current_user.rb
|
302
|
-
- lib/deploy_task.rb
|
303
|
-
- lib/element_filter.rb
|
304
|
-
- lib/exceptions.rb
|
305
|
-
- lib/export_task.rb
|
306
|
-
- lib/exporter.rb
|
307
|
-
- lib/file_diff.rb
|
308
|
-
- lib/file_scope.rb
|
309
|
-
- lib/file_validator.rb
|
239
|
+
- lib/scope_file_store.rb
|
240
|
+
- lib/inspect_task.rb
|
310
241
|
- lib/filter.rb
|
311
|
-
- lib/filter_option_parser.rb
|
312
|
-
- lib/helper.rb
|
313
242
|
- lib/hint.rb
|
314
243
|
- lib/html.rb
|
315
|
-
- lib/inspect_task.rb
|
316
|
-
- lib/inspector.rb
|
317
|
-
- lib/json_validation_error_cleaner.rb
|
318
|
-
- lib/json_validator.rb
|
319
|
-
- lib/kiwi_config.rb
|
320
244
|
- lib/list_task.rb
|
321
|
-
- lib/local_system.rb
|
322
245
|
- lib/logged_cheetah.rb
|
246
|
+
- lib/file_diff.rb
|
247
|
+
- lib/renderer.rb
|
248
|
+
- lib/exporter.rb
|
249
|
+
- lib/remote_system.rb
|
250
|
+
- lib/kiwi_config.rb
|
251
|
+
- lib/upgrade_format_task.rb
|
252
|
+
- lib/tarball.rb
|
253
|
+
- lib/containerize_task.rb
|
323
254
|
- lib/machinery.rb
|
324
|
-
- lib/
|
325
|
-
- lib/
|
326
|
-
- lib/
|
327
|
-
- lib/
|
328
|
-
- lib/
|
255
|
+
- lib/inspector.rb
|
256
|
+
- lib/file_validator.rb
|
257
|
+
- lib/renderer_helper.rb
|
258
|
+
- lib/system_file.rb
|
259
|
+
- lib/analyze_config_file_diffs_task.rb
|
260
|
+
- lib/config.rb
|
261
|
+
- lib/version.rb
|
262
|
+
- lib/system.rb
|
263
|
+
- lib/workload_mapper.rb
|
264
|
+
- lib/workload_mapper_dsl.rb
|
329
265
|
- lib/object.rb
|
330
|
-
- lib/
|
266
|
+
- lib/server.rb
|
267
|
+
- lib/json_validation_error_cleaner.rb
|
268
|
+
- lib/system_description_store.rb
|
269
|
+
- lib/config_task.rb
|
331
270
|
- lib/remove_task.rb
|
332
|
-
- lib/
|
333
|
-
- lib/renderer_helper.rb
|
334
|
-
- lib/rpm.rb
|
335
|
-
- lib/scope.rb
|
336
|
-
- lib/scope_file_access_archive.rb
|
271
|
+
- lib/system_description.rb
|
337
272
|
- lib/scope_file_access_flat.rb
|
338
|
-
- lib/scope_file_store.rb
|
339
273
|
- lib/serve_html_task.rb
|
340
|
-
- lib/
|
341
|
-
- lib/show_task.rb
|
342
|
-
- lib/system.rb
|
343
|
-
- lib/system_description.rb
|
274
|
+
- lib/scope_file_access_archive.rb
|
344
275
|
- lib/system_description_memory_store.rb
|
345
|
-
- lib/
|
346
|
-
- lib/system_file.rb
|
347
|
-
- lib/tarball.rb
|
348
|
-
- lib/ui.rb
|
349
|
-
- lib/upgrade_format_task.rb
|
350
|
-
- lib/validate_task.rb
|
351
|
-
- lib/version.rb
|
276
|
+
- lib/autoyast.rb
|
352
277
|
- lib/zypper.rb
|
353
|
-
-
|
354
|
-
-
|
355
|
-
-
|
356
|
-
-
|
357
|
-
-
|
358
|
-
-
|
359
|
-
-
|
360
|
-
-
|
361
|
-
-
|
362
|
-
-
|
363
|
-
-
|
364
|
-
-
|
365
|
-
-
|
366
|
-
-
|
367
|
-
-
|
368
|
-
-
|
369
|
-
-
|
370
|
-
-
|
371
|
-
-
|
372
|
-
-
|
373
|
-
-
|
374
|
-
-
|
278
|
+
- lib/constants.rb
|
279
|
+
- lib/machinery_helper.rb
|
280
|
+
- lib/comparison.rb
|
281
|
+
- lib/mountpoints.rb
|
282
|
+
- lib/ui.rb
|
283
|
+
- lib/rpm.rb
|
284
|
+
- lib/array.rb
|
285
|
+
- lib/changed_rpm_files_helper.rb
|
286
|
+
- lib/export_task.rb
|
287
|
+
- lib/copy_task.rb
|
288
|
+
- lib/json_validator.rb
|
289
|
+
- lib/build_task.rb
|
290
|
+
- lib/scope.rb
|
291
|
+
- lib/element_filter.rb
|
292
|
+
- lib/local_system.rb
|
293
|
+
- lib/current_user.rb
|
294
|
+
- lib/file_scope.rb
|
295
|
+
- lib/manifest.rb
|
296
|
+
- lib/deploy_task.rb
|
297
|
+
- lib/man_task.rb
|
298
|
+
- lib/helper.rb
|
299
|
+
- lib/migration.rb
|
300
|
+
- lib/exceptions.rb
|
301
|
+
- lib/compare_task.rb
|
375
302
|
- plugins/groups/schema/system-description-groups.schema-v1.json
|
376
|
-
- plugins/groups/schema/system-description-groups.schema-v2.json
|
377
303
|
- plugins/groups/schema/system-description-groups.schema-v3.json
|
304
|
+
- plugins/groups/schema/system-description-groups.schema-v2.json
|
378
305
|
- plugins/groups/schema/system-description-groups.schema-v4.json
|
379
|
-
- plugins/
|
380
|
-
- plugins/
|
381
|
-
- plugins/
|
382
|
-
- plugins/
|
383
|
-
- plugins/os/schema/system-description-os.schema-v1.json
|
384
|
-
- plugins/os/schema/system-description-os.schema-v2.json
|
385
|
-
- plugins/os/schema/system-description-os.schema-v3.json
|
386
|
-
- plugins/os/schema/system-description-os.schema-v4.json
|
387
|
-
- plugins/packages/packages.md
|
388
|
-
- plugins/packages/packages_inspector.rb
|
389
|
-
- plugins/packages/packages_model.rb
|
390
|
-
- plugins/packages/packages_renderer.rb
|
391
|
-
- plugins/packages/schema/system-description-packages.schema-v1.json
|
392
|
-
- plugins/packages/schema/system-description-packages.schema-v2.json
|
393
|
-
- plugins/packages/schema/system-description-packages.schema-v3.json
|
394
|
-
- plugins/packages/schema/system-description-packages.schema-v4.json
|
395
|
-
- plugins/patterns/patterns.md
|
396
|
-
- plugins/patterns/patterns_inspector.rb
|
397
|
-
- plugins/patterns/patterns_model.rb
|
398
|
-
- plugins/patterns/patterns_renderer.rb
|
399
|
-
- plugins/patterns/schema/system-description-patterns.schema-v1.json
|
400
|
-
- plugins/patterns/schema/system-description-patterns.schema-v2.json
|
401
|
-
- plugins/patterns/schema/system-description-patterns.schema-v3.json
|
402
|
-
- plugins/patterns/schema/system-description-patterns.schema-v4.json
|
403
|
-
- plugins/repositories/repositories.md
|
404
|
-
- plugins/repositories/repositories_inspector.rb
|
405
|
-
- plugins/repositories/repositories_model.rb
|
406
|
-
- plugins/repositories/repositories_renderer.rb
|
407
|
-
- plugins/repositories/schema/system-description-repositories.schema-v1.json
|
408
|
-
- plugins/repositories/schema/system-description-repositories.schema-v2.json
|
409
|
-
- plugins/repositories/schema/system-description-repositories.schema-v3.json
|
410
|
-
- plugins/repositories/schema/system-description-repositories.schema-v4.json
|
411
|
-
- plugins/services/schema/system-description-services.schema-v1.json
|
306
|
+
- plugins/groups/groups_inspector.rb
|
307
|
+
- plugins/groups/groups.md
|
308
|
+
- plugins/groups/groups_model.rb
|
309
|
+
- plugins/groups/groups_renderer.rb
|
412
310
|
- plugins/services/schema/system-description-services.schema-v2.json
|
413
311
|
- plugins/services/schema/system-description-services.schema-v3.json
|
414
312
|
- plugins/services/schema/system-description-services.schema-v4.json
|
415
|
-
- plugins/services/services.
|
313
|
+
- plugins/services/schema/system-description-services.schema-v1.json
|
416
314
|
- plugins/services/services_inspector.rb
|
417
315
|
- plugins/services/services_model.rb
|
316
|
+
- plugins/services/services.md
|
418
317
|
- plugins/services/services_renderer.rb
|
318
|
+
- plugins/changed_managed_files/schema/system-description-changed-managed-files.schema-v3.json
|
319
|
+
- plugins/changed_managed_files/schema/system-description-changed-managed-files.schema-v4.json
|
320
|
+
- plugins/changed_managed_files/schema/system-description-changed-managed-files.schema-v2.json
|
321
|
+
- plugins/changed_managed_files/schema/system-description-changed-managed-files.schema-v1.json
|
322
|
+
- plugins/changed_managed_files/changed_managed_files_model.rb
|
323
|
+
- plugins/changed_managed_files/changed_managed_files.md
|
324
|
+
- plugins/changed_managed_files/changed_managed_files_renderer.rb
|
325
|
+
- plugins/changed_managed_files/changed_managed_files_inspector.rb
|
326
|
+
- plugins/unmanaged_files/unmanaged_files_inspector.rb
|
327
|
+
- plugins/unmanaged_files/schema/system-description-unmanaged-files.schema-v4.json
|
328
|
+
- plugins/unmanaged_files/schema/system-description-unmanaged-files.schema-v3.json
|
419
329
|
- plugins/unmanaged_files/schema/system-description-unmanaged-files.schema-v1.json
|
420
330
|
- plugins/unmanaged_files/schema/system-description-unmanaged-files.schema-v2.json
|
421
|
-
- plugins/unmanaged_files/schema/system-description-unmanaged-files.schema-v3.json
|
422
|
-
- plugins/unmanaged_files/schema/system-description-unmanaged-files.schema-v4.json
|
423
331
|
- plugins/unmanaged_files/unmanaged_files.md
|
424
|
-
- plugins/unmanaged_files/unmanaged_files_inspector.rb
|
425
|
-
- plugins/unmanaged_files/unmanaged_files_model.rb
|
426
332
|
- plugins/unmanaged_files/unmanaged_files_renderer.rb
|
427
|
-
- plugins/
|
428
|
-
- plugins/
|
333
|
+
- plugins/unmanaged_files/unmanaged_files_model.rb
|
334
|
+
- plugins/patterns/schema/system-description-patterns.schema-v4.json
|
335
|
+
- plugins/patterns/schema/system-description-patterns.schema-v2.json
|
336
|
+
- plugins/patterns/schema/system-description-patterns.schema-v1.json
|
337
|
+
- plugins/patterns/schema/system-description-patterns.schema-v3.json
|
338
|
+
- plugins/patterns/patterns_model.rb
|
339
|
+
- plugins/patterns/patterns_renderer.rb
|
340
|
+
- plugins/patterns/patterns_inspector.rb
|
341
|
+
- plugins/patterns/patterns.md
|
342
|
+
- plugins/config_files/schema/system-description-config-files.schema-v2.json
|
343
|
+
- plugins/config_files/schema/system-description-config-files.schema-v1.json
|
344
|
+
- plugins/config_files/schema/system-description-config-files.schema-v3.json
|
345
|
+
- plugins/config_files/schema/system-description-config-files.schema-v4.json
|
346
|
+
- plugins/config_files/config_files.md
|
347
|
+
- plugins/config_files/config_files_renderer.rb
|
348
|
+
- plugins/config_files/config_files_model.rb
|
349
|
+
- plugins/config_files/config_files_inspector.rb
|
350
|
+
- plugins/os/schema/system-description-os.schema-v2.json
|
351
|
+
- plugins/os/schema/system-description-os.schema-v4.json
|
352
|
+
- plugins/os/schema/system-description-os.schema-v1.json
|
353
|
+
- plugins/os/schema/system-description-os.schema-v3.json
|
354
|
+
- plugins/os/os.md
|
355
|
+
- plugins/os/os_inspector.rb
|
356
|
+
- plugins/os/os_renderer.rb
|
357
|
+
- plugins/os/os_model.rb
|
358
|
+
- plugins/repositories/schema/system-description-repositories.schema-v3.json
|
359
|
+
- plugins/repositories/schema/system-description-repositories.schema-v4.json
|
360
|
+
- plugins/repositories/schema/system-description-repositories.schema-v1.json
|
361
|
+
- plugins/repositories/schema/system-description-repositories.schema-v2.json
|
362
|
+
- plugins/repositories/repositories_renderer.rb
|
363
|
+
- plugins/repositories/repositories_model.rb
|
364
|
+
- plugins/repositories/repositories_inspector.rb
|
365
|
+
- plugins/repositories/repositories.md
|
366
|
+
- plugins/users/users_model.rb
|
429
367
|
- plugins/users/schema/system-description-users.schema-v3.json
|
430
368
|
- plugins/users/schema/system-description-users.schema-v4.json
|
369
|
+
- plugins/users/schema/system-description-users.schema-v1.json
|
370
|
+
- plugins/users/schema/system-description-users.schema-v2.json
|
431
371
|
- plugins/users/users.md
|
432
372
|
- plugins/users/users_inspector.rb
|
433
|
-
- plugins/users/users_model.rb
|
434
373
|
- plugins/users/users_renderer.rb
|
435
|
-
- schema/
|
436
|
-
- schema/
|
437
|
-
- schema/
|
374
|
+
- plugins/packages/schema/system-description-packages.schema-v1.json
|
375
|
+
- plugins/packages/schema/system-description-packages.schema-v2.json
|
376
|
+
- plugins/packages/schema/system-description-packages.schema-v4.json
|
377
|
+
- plugins/packages/schema/system-description-packages.schema-v3.json
|
378
|
+
- plugins/packages/packages_model.rb
|
379
|
+
- plugins/packages/packages_renderer.rb
|
380
|
+
- plugins/packages/packages.md
|
381
|
+
- plugins/packages/packages_inspector.rb
|
382
|
+
- bin/machinery
|
383
|
+
- man/generated/machinery.1.gz
|
384
|
+
- man/generated/machinery.1.html
|
385
|
+
- NEWS
|
386
|
+
- COPYING
|
387
|
+
- helpers/inspector_files.rb
|
388
|
+
- helpers/filter-packages-for-build.yaml
|
389
|
+
- helpers/default_filters.json
|
390
|
+
- helpers/yum_repositories.py
|
391
|
+
- helpers/changed_files.sh
|
392
|
+
- export_helpers/merge_users_and_groups.pl.erb
|
393
|
+
- export_helpers/containerize_readme.md
|
394
|
+
- export_helpers/unmanaged_files_autoyast_excludes
|
395
|
+
- export_helpers/unmanaged_files_kiwi_excludes
|
396
|
+
- export_helpers/autoyast_export_readme.md
|
397
|
+
- export_helpers/kiwi_export_readme.md
|
438
398
|
- schema/system-description-global.schema-v1.json
|
399
|
+
- schema/system-description-global.schema-v4.json
|
439
400
|
- schema/system-description-global.schema-v2.json
|
440
401
|
- schema/system-description-global.schema-v3.json
|
441
|
-
- schema/
|
402
|
+
- schema/migrations/migrate1to2.rb
|
403
|
+
- schema/migrations/migrate2to3.rb
|
404
|
+
- schema/migrations/migrate3to4.rb
|
405
|
+
- html/comparison.html.haml
|
406
|
+
- html/assets/arrow_up.png
|
407
|
+
- html/assets/logo-config-files.png
|
408
|
+
- html/assets/logo-unmanaged-files.png
|
409
|
+
- html/assets/logo-users.png
|
410
|
+
- html/assets/logo-patterns.png
|
411
|
+
- html/assets/logo-os-small.png
|
412
|
+
- html/assets/angular.min.js
|
413
|
+
- html/assets/logo-os.png
|
414
|
+
- html/assets/logo-groups-small.png
|
415
|
+
- html/assets/modal.js
|
416
|
+
- html/assets/transition.js
|
417
|
+
- html/assets/reset.png
|
418
|
+
- html/assets/bootstrap-tooltip.js
|
419
|
+
- html/assets/show/machinery-show.js
|
420
|
+
- html/assets/show/machinery.js
|
421
|
+
- html/assets/logo-config-files-small.png
|
422
|
+
- html/assets/logo-packages-small.png
|
423
|
+
- html/assets/compare/machinery-compare.js
|
424
|
+
- html/assets/compare/machinery.js
|
425
|
+
- html/assets/logo-changed-managed-files-small.png
|
426
|
+
- html/assets/machinery-base.css
|
427
|
+
- html/assets/machinery.css
|
428
|
+
- html/assets/logo-unmanaged-files-small.png
|
429
|
+
- html/assets/logo-patterns-small.png
|
430
|
+
- html/assets/logo-repositories.png
|
431
|
+
- html/assets/arrow_down.png
|
432
|
+
- html/assets/bootstrap-popover.js
|
433
|
+
- html/assets/bootstrap.min.css
|
434
|
+
- html/assets/angular-sanitize.min.js
|
435
|
+
- html/assets/logo-users-small.png
|
436
|
+
- html/assets/logo-packages.png
|
437
|
+
- html/assets/cross.png
|
438
|
+
- html/assets/logo-groups.png
|
439
|
+
- html/assets/jquery-2.1.1.min.js
|
440
|
+
- html/assets/collapse.js
|
441
|
+
- html/assets/logo-services.png
|
442
|
+
- html/assets/logo-repositories-small.png
|
443
|
+
- html/assets/wheels_horizontal.png
|
444
|
+
- html/assets/logo-services-small.png
|
445
|
+
- html/assets/logo-changed-managed-files.png
|
446
|
+
- html/index.html.haml
|
442
447
|
homepage: http://machinery-project.org
|
443
448
|
licenses:
|
444
449
|
- GPL-3.0
|
@@ -449,17 +454,17 @@ require_paths:
|
|
449
454
|
- lib
|
450
455
|
required_ruby_version: !ruby/object:Gem::Requirement
|
451
456
|
requirements:
|
452
|
-
- -
|
457
|
+
- - '>='
|
453
458
|
- !ruby/object:Gem::Version
|
454
459
|
version: 1.9.2
|
455
460
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
456
461
|
requirements:
|
457
|
-
- -
|
462
|
+
- - '>='
|
458
463
|
- !ruby/object:Gem::Version
|
459
464
|
version: 1.3.6
|
460
465
|
requirements: []
|
461
466
|
rubyforge_project:
|
462
|
-
rubygems_version: 2.
|
467
|
+
rubygems_version: 2.0.3
|
463
468
|
signing_key:
|
464
469
|
specification_version: 4
|
465
470
|
summary: Systems management toolkit
|