machinery-tool 1.24.0 → 1.24.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/.git_revision +1 -1
  3. data/NEWS +4 -0
  4. data/lib/man_task.rb +1 -1
  5. data/lib/version.rb +1 -1
  6. data/machinery-helper/version.go +1 -1
  7. data/man/generated/machinery.1.gz +0 -0
  8. data/manual/{docs/README.md → README.md} +0 -0
  9. data/manual/custom_theme/{base.html → main.html} +5 -5
  10. data/manual/docs/css/custom.css +17 -1
  11. data/manual/docs/{docs.md → docs/index.md} +1 -1
  12. data/manual/docs/{machinery-analyze.1.md → docs/machinery-analyze.1.md} +0 -0
  13. data/manual/docs/{machinery-build.1.md → docs/machinery-build.1.md} +0 -0
  14. data/manual/docs/{machinery-compare.1.md → docs/machinery-compare.1.md} +0 -0
  15. data/manual/docs/{machinery-config.1.md → docs/machinery-config.1.md} +0 -0
  16. data/manual/docs/{machinery-copy.1.md → docs/machinery-copy.1.md} +0 -0
  17. data/manual/docs/{machinery-deploy.1.md → docs/machinery-deploy.1.md} +0 -0
  18. data/manual/docs/{machinery-export-autoyast.1.md → docs/machinery-export-autoyast.1.md} +0 -0
  19. data/manual/docs/{machinery-export-html.1.md → docs/machinery-export-html.1.md} +0 -0
  20. data/manual/docs/{machinery-export-kiwi.1.md → docs/machinery-export-kiwi.1.md} +0 -0
  21. data/manual/docs/{machinery-inspect-container.1.md → docs/machinery-inspect-container.1.md} +2 -2
  22. data/manual/docs/{machinery-inspect.1.md → docs/machinery-inspect.1.md} +2 -2
  23. data/manual/docs/{machinery-list.1.md → docs/machinery-list.1.md} +0 -0
  24. data/manual/docs/{machinery-man.1.md → docs/machinery-man.1.md} +0 -0
  25. data/manual/docs/{machinery-move.1.md → docs/machinery-move.1.md} +0 -0
  26. data/manual/docs/{machinery-remove.1.md → docs/machinery-remove.1.md} +0 -0
  27. data/manual/docs/{machinery-serve.1.md → docs/machinery-serve.1.md} +0 -0
  28. data/manual/docs/{machinery-show.1.md → docs/machinery-show.1.md} +2 -2
  29. data/manual/docs/{machinery-upgrade-format.1.md → docs/machinery-upgrade-format.1.md} +0 -0
  30. data/manual/docs/{machinery-validate.1.md → docs/machinery-validate.1.md} +0 -0
  31. data/manual/docs/{machinery_main_general.1.md → docs/machinery_main_general.1.md} +1 -1
  32. data/manual/docs/{machinery_main_scopes.1.md → docs/machinery_main_scopes.1.md} +0 -0
  33. data/manual/docs/{machinery_main_security_implications.1.md → docs/machinery_main_security_implications.1.md} +3 -3
  34. data/manual/docs/{machinery_main_usecases.1.md → docs/machinery_main_usecases.1.md} +0 -0
  35. data/manual/mkdocs.yml +40 -26
  36. data/manual/site/css/custom.css +17 -1
  37. data/manual/site/docs/index.html +49 -4
  38. data/manual/site/docs/machinery-analyze.1/index.html +174 -0
  39. data/manual/site/docs/machinery-build.1/index.html +205 -0
  40. data/manual/site/docs/machinery-compare.1/index.html +207 -0
  41. data/manual/site/docs/machinery-config.1/index.html +182 -0
  42. data/manual/site/{machinery-analyze.1 → docs/machinery-copy.1}/index.html +55 -30
  43. data/manual/site/docs/machinery-deploy.1/index.html +207 -0
  44. data/manual/site/docs/machinery-export-autoyast.1/index.html +194 -0
  45. data/manual/site/docs/machinery-export-html.1/index.html +175 -0
  46. data/manual/site/docs/machinery-export-kiwi.1/index.html +176 -0
  47. data/manual/site/docs/machinery-inspect-container.1/index.html +249 -0
  48. data/manual/site/docs/machinery-inspect.1/index.html +292 -0
  49. data/manual/site/docs/machinery-list.1/index.html +187 -0
  50. data/manual/site/{machinery-config.1 → docs/machinery-man.1}/index.html +39 -30
  51. data/manual/site/{machinery-compare.1 → docs/machinery-move.1}/index.html +54 -30
  52. data/manual/site/docs/machinery-remove.1/index.html +182 -0
  53. data/manual/site/docs/machinery-serve.1/index.html +181 -0
  54. data/manual/site/docs/machinery-show.1/index.html +206 -0
  55. data/manual/site/docs/machinery-upgrade-format.1/index.html +180 -0
  56. data/manual/site/docs/machinery-validate.1/index.html +168 -0
  57. data/manual/site/docs/machinery_main_general.1/index.html +253 -0
  58. data/manual/site/docs/machinery_main_scopes.1/index.html +249 -0
  59. data/manual/site/docs/machinery_main_security_implications.1/index.html +228 -0
  60. data/manual/site/{machinery_main_usecases.1 → docs/machinery_main_usecases.1}/index.html +47 -28
  61. data/manual/site/index.html +390 -135
  62. data/manual/site/search/search_index.json +1 -1
  63. data/manual/site/sitemap.xml +24 -24
  64. data/manual/site/sitemap.xml.gz +0 -0
  65. metadata +51 -76
  66. data/manual/docs/custom.css +0 -804
  67. data/manual/docs/hand3.png +0 -0
  68. data/manual/docs/wheels.png +0 -0
  69. data/manual/site/404.html +0 -145
  70. data/manual/site/css/base.css +0 -324
  71. data/manual/site/css/bootstrap-custom.min.css +0 -1
  72. data/manual/site/css/font-awesome.min.css +0 -4
  73. data/manual/site/custom.css +0 -804
  74. data/manual/site/fonts/fontawesome-webfont.eot +0 -0
  75. data/manual/site/fonts/fontawesome-webfont.svg +0 -2671
  76. data/manual/site/fonts/fontawesome-webfont.ttf +0 -0
  77. data/manual/site/fonts/fontawesome-webfont.woff +0 -0
  78. data/manual/site/fonts/fontawesome-webfont.woff2 +0 -0
  79. data/manual/site/fonts/glyphicons-halflings-regular.eot +0 -0
  80. data/manual/site/fonts/glyphicons-halflings-regular.svg +0 -288
  81. data/manual/site/fonts/glyphicons-halflings-regular.ttf +0 -0
  82. data/manual/site/fonts/glyphicons-halflings-regular.woff +0 -0
  83. data/manual/site/fonts/glyphicons-halflings-regular.woff2 +0 -0
  84. data/manual/site/hand3.png +0 -0
  85. data/manual/site/img/favicon.ico +0 -0
  86. data/manual/site/img/grid.png +0 -0
  87. data/manual/site/js/base.js +0 -216
  88. data/manual/site/js/bootstrap-3.0.3.min.js +0 -7
  89. data/manual/site/js/jquery-1.10.2.min.js +0 -6
  90. data/manual/site/machinery-build.1/index.html +0 -145
  91. data/manual/site/machinery-copy.1/index.html +0 -145
  92. data/manual/site/machinery-deploy.1/index.html +0 -145
  93. data/manual/site/machinery-export-autoyast.1/index.html +0 -145
  94. data/manual/site/machinery-export-html.1/index.html +0 -145
  95. data/manual/site/machinery-export-kiwi.1/index.html +0 -145
  96. data/manual/site/machinery-inspect-container.1/index.html +0 -145
  97. data/manual/site/machinery-inspect.1/index.html +0 -145
  98. data/manual/site/machinery-list.1/index.html +0 -145
  99. data/manual/site/machinery-man.1/index.html +0 -145
  100. data/manual/site/machinery-move.1/index.html +0 -145
  101. data/manual/site/machinery-remove.1/index.html +0 -145
  102. data/manual/site/machinery-serve.1/index.html +0 -145
  103. data/manual/site/machinery-show.1/index.html +0 -145
  104. data/manual/site/machinery-upgrade-format.1/index.html +0 -145
  105. data/manual/site/machinery-validate.1/index.html +0 -145
  106. data/manual/site/machinery_main_general.1/index.html +0 -145
  107. data/manual/site/machinery_main_scopes.1/index.html +0 -145
  108. data/manual/site/machinery_main_security_implications.1/index.html +0 -145
  109. data/manual/site/wheels.png +0 -0
Binary file
Binary file
@@ -1,145 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8"/>
5
- <link href="//custom.css" rel="stylesheet">
6
- </head>
7
- <body id="manpage">
8
- <div id="back">
9
- <a href="/">
10
- <img src="../hand3.png" class="hand3"/>
11
- <div class="goback">Go back to the web site</div>
12
- </a>
13
- </div>
14
- <div class="mp">
15
- <div class="nav">
16
- <ul>
17
-
18
-
19
- <li class="">
20
- <a href="docs/">Welcome</a>
21
- </li>
22
-
23
-
24
-
25
-
26
- <li class="">
27
- <a href="machinery_main_general.1/">General Overview</a>
28
- </li>
29
-
30
-
31
-
32
-
33
- <li class="">
34
- <a href="machinery_main_scopes.1/">Scopes</a>
35
- </li>
36
-
37
-
38
-
39
-
40
- <li class="">
41
- <a href="machinery_main_usecases.1/">Use cases</a>
42
- </li>
43
-
44
-
45
-
46
-
47
- <li class="">
48
- <a href="machinery_main_security_implications.1/">Security Implications</a>
49
- </li>
50
-
51
-
52
-
53
-
54
- <li>Commands
55
- <ul>
56
-
57
- <li class="">
58
- <a href="machinery-analyze.1/">Analyze</a>
59
- </li>
60
-
61
- <li class="">
62
- <a href="machinery-build.1/">Build</a>
63
- </li>
64
-
65
- <li class="">
66
- <a href="machinery-compare.1/">Compare</a>
67
- </li>
68
-
69
- <li class="">
70
- <a href="machinery-config.1/">Config</a>
71
- </li>
72
-
73
- <li class="">
74
- <a href="machinery-copy.1/">Copy</a>
75
- </li>
76
-
77
- <li class="">
78
- <a href="machinery-deploy.1/">Deploy</a>
79
- </li>
80
-
81
- <li class="">
82
- <a href="machinery-export-autoyast.1/">Export AutoYaST</a>
83
- </li>
84
-
85
- <li class="">
86
- <a href="machinery-export-kiwi.1/">Export Kiwi</a>
87
- </li>
88
-
89
- <li class="">
90
- <a href="machinery-export-html.1/">Export HTML</a>
91
- </li>
92
-
93
- <li class="">
94
- <a href="machinery-inspect.1/">Inspect</a>
95
- </li>
96
-
97
- <li class="">
98
- <a href="machinery-inspect-container.1/">Inspect Container</a>
99
- </li>
100
-
101
- <li class="">
102
- <a href="machinery-list.1/">List</a>
103
- </li>
104
-
105
- <li class="">
106
- <a href="machinery-man.1/">Man</a>
107
- </li>
108
-
109
- <li class="">
110
- <a href="machinery-move.1/">Move</a>
111
- </li>
112
-
113
- <li class="">
114
- <a href="machinery-remove.1/">Remove</a>
115
- </li>
116
-
117
- <li class="">
118
- <a href="machinery-serve.1/">Serve</a>
119
- </li>
120
-
121
- <li class="">
122
- <a href="machinery-show.1/">Show</a>
123
- </li>
124
-
125
- <li class="">
126
- <a href="machinery-upgrade-format.1/">Upgrade Format</a>
127
- </li>
128
-
129
- <li class="">
130
- <a href="machinery-validate.1/">Validate</a>
131
- </li>
132
-
133
- </ul>
134
- </li>
135
-
136
-
137
-
138
- </ul>
139
- </div>
140
- <div class="content">
141
-
142
- </div>
143
- </div>
144
- </body>
145
- </html>
@@ -1,324 +0,0 @@
1
- body {
2
- padding-top: 70px;
3
- }
4
-
5
- /* Replacement for `body { background-attachment: fixed; }`, which has
6
- performance issues when scrolling on large displays. See #1394. */
7
- body::before {
8
- content: ' ';
9
- position: fixed;
10
- width: 100%;
11
- height: 100%;
12
- top: 0;
13
- left: 0;
14
- background-color: #f8f8f8;
15
- background: url(../img/grid.png) repeat-x;
16
- will-change: transform;
17
- z-index: -1;
18
- }
19
-
20
- body > .container {
21
- min-height: 400px;
22
- }
23
-
24
- ul.nav .main {
25
- font-weight: bold;
26
- }
27
-
28
- .col-md-3 {
29
- padding-left: 0;
30
- z-index: 1;
31
- }
32
-
33
- .col-md-9 {
34
- padding-bottom: 100px;
35
- }
36
-
37
- .source-links {
38
- float: right;
39
- }
40
-
41
- .col-md-9 img {
42
- max-width: 100%;
43
- display: inline-block;
44
- padding: 4px;
45
- line-height: 1.428571429;
46
- background-color: #fff;
47
- border: 1px solid #ddd;
48
- border-radius: 4px;
49
- margin: 20px auto 30px auto;
50
- }
51
-
52
- /*
53
- * The code below adds some padding to the top of the current anchor target so
54
- * that, when navigating to it, the header isn't hidden by the navbar at the
55
- * top.
56
- */
57
- :target::before {
58
- content: "";
59
- display: block;
60
- margin-top: -75px;
61
- height: 75px;
62
- pointer-events: none;
63
- }
64
-
65
- h1 {
66
- color: #444;
67
- font-weight: 400;
68
- font-size: 42px;
69
- }
70
-
71
- h2, h3, h4, h5, h6 {
72
- color: #444;
73
- font-weight: 300;
74
- }
75
-
76
- hr {
77
- border-top: 1px solid #aaa;
78
- }
79
-
80
- pre, .rst-content tt {
81
- max-width: 100%;
82
- background: #fff;
83
- border: solid 1px #e1e4e5;
84
- color: #333;
85
- overflow-x: auto;
86
- }
87
-
88
- code.code-large, .rst-content tt.code-large {
89
- font-size: 90%;
90
- }
91
-
92
- code {
93
- padding: 2px 5px;
94
- background: #fff;
95
- border: solid 1px #e1e4e5;
96
- color: #333;
97
- white-space: pre-wrap;
98
- word-wrap: break-word;
99
- }
100
-
101
- pre code {
102
- background: transparent;
103
- border: none;
104
- white-space: pre;
105
- word-wrap: normal;
106
- font-family: monospace,serif;
107
- font-size: 12px;
108
- }
109
-
110
- kbd {
111
- padding: 2px 4px;
112
- font-size: 90%;
113
- color: #fff;
114
- background-color: #333;
115
- border-radius: 3px;
116
- -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
117
- box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
118
- }
119
-
120
- a code {
121
- color: #2FA4E7;
122
- }
123
-
124
- a:hover code, a:focus code {
125
- color: #157AB5;
126
- }
127
-
128
- footer {
129
- margin-top: 30px;
130
- margin-bottom: 10px;
131
- text-align: center;
132
- font-weight: 200;
133
- }
134
-
135
- .modal-dialog {
136
- margin-top: 60px;
137
- }
138
-
139
- /*
140
- * Side navigation
141
- *
142
- * Scrollspy and affixed enhanced navigation to highlight sections and secondary
143
- * sections of docs content.
144
- */
145
-
146
- /* By default it's not affixed in mobile views, so undo that */
147
- .bs-sidebar.affix { /* csslint allow: adjoining-classes */
148
- position: static;
149
- }
150
-
151
- .bs-sidebar.well { /* csslint allow: adjoining-classes */
152
- padding: 0;
153
- max-height: 90%;
154
- overflow-y: auto;
155
- }
156
-
157
- /* First level of nav */
158
- .bs-sidenav {
159
- padding-top: 10px;
160
- padding-bottom: 10px;
161
- border-radius: 5px;
162
- }
163
-
164
- /* All levels of nav */
165
- .bs-sidebar .nav > li > a {
166
- display: block;
167
- padding: 5px 20px;
168
- z-index: 1;
169
- }
170
- .bs-sidebar .nav > li > a:hover,
171
- .bs-sidebar .nav > li > a:focus {
172
- text-decoration: none;
173
- border-right: 1px solid;
174
- }
175
- .bs-sidebar .nav > .active > a,
176
- .bs-sidebar .nav > .active:hover > a,
177
- .bs-sidebar .nav > .active:focus > a {
178
- font-weight: bold;
179
- background-color: transparent;
180
- border-right: 1px solid;
181
- }
182
-
183
- /* Nav: second level (shown on .active) */
184
- .bs-sidebar .nav .nav {
185
- display: none; /* Hide by default, but at >768px, show it */
186
- margin-bottom: 8px;
187
- }
188
- .bs-sidebar .nav .nav > li > a {
189
- padding-top: 3px;
190
- padding-bottom: 3px;
191
- padding-left: 30px;
192
- font-size: 90%;
193
- }
194
-
195
- /* Show and affix the side nav when space allows it */
196
- @media (min-width: 992px) {
197
- /* Workaround a Safari bug when zooming to < 100%
198
- https://github.com/mkdocs/mkdocs/issues/1050 */
199
- .col-md-9 {
200
- box-sizing: border-box; /* csslint allow: box-sizing */
201
- padding-left: 25%;
202
- width: 100%;
203
- }
204
- .bs-sidebar .nav > .active > ul {
205
- display: block;
206
- }
207
- /* Widen the fixed sidebar */
208
- .bs-sidebar.affix, /* csslint allow: adjoining-classes */
209
- .bs-sidebar.affix-bottom { /* csslint allow: adjoining-classes */
210
- width: 213px;
211
- }
212
- .bs-sidebar.affix { /* csslint allow: adjoining-classes */
213
- position: fixed; /* Undo the static from mobile first approach */
214
- top: 80px;
215
- }
216
- .bs-sidebar.affix-bottom { /* csslint allow: adjoining-classes */
217
- position: absolute; /* Undo the static from mobile first approach */
218
- }
219
- .bs-sidebar.affix-bottom .bs-sidenav, /* csslint allow: adjoining-classes */
220
- .bs-sidebar.affix .bs-sidenav { /* csslint allow: adjoining-classes */
221
- margin-top: 0;
222
- margin-bottom: 0;
223
- }
224
- }
225
- @media (min-width: 1200px) {
226
- /* Widen the fixed sidebar again */
227
- .bs-sidebar.affix-bottom, /* csslint allow: adjoining-classes */
228
- .bs-sidebar.affix { /* csslint allow: adjoining-classes */
229
- width: 263px;
230
- }
231
- }
232
-
233
- .headerlink {
234
- font-family: FontAwesome;
235
- font-size: 14px;
236
- display: none;
237
- padding-left: .5em;
238
- }
239
-
240
- h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink, h6:hover .headerlink{
241
- display:inline-block;
242
- }
243
-
244
-
245
-
246
- .admonition {
247
- padding: 15px;
248
- margin-bottom: 20px;
249
- border: 1px solid transparent;
250
- border-radius: 4px;
251
- text-align: left;
252
- }
253
-
254
- .admonition.note { /* csslint allow: adjoining-classes */
255
- color: #3a87ad;
256
- background-color: #d9edf7;
257
- border-color: #bce8f1;
258
- }
259
-
260
- .admonition.warning { /* csslint allow: adjoining-classes */
261
- color: #c09853;
262
- background-color: #fcf8e3;
263
- border-color: #fbeed5;
264
- }
265
-
266
- .admonition.danger { /* csslint allow: adjoining-classes */
267
- color: #b94a48;
268
- background-color: #f2dede;
269
- border-color: #eed3d7;
270
- }
271
-
272
- .admonition-title {
273
- font-weight: bold;
274
- text-align: left;
275
- }
276
-
277
-
278
- .dropdown-submenu {
279
- position: relative;
280
- }
281
-
282
- .dropdown-submenu>.dropdown-menu {
283
- top: 0;
284
- left: 100%;
285
- margin-top: -6px;
286
- margin-left: -1px;
287
- -webkit-border-radius: 0 6px 6px 6px;
288
- -moz-border-radius: 0 6px 6px;
289
- border-radius: 0 6px 6px 6px;
290
- }
291
-
292
- .dropdown-submenu:hover>.dropdown-menu {
293
- display: block;
294
- }
295
-
296
- .dropdown-submenu>a:after {
297
- display: block;
298
- content: " ";
299
- float: right;
300
- width: 0;
301
- height: 0;
302
- border-color: transparent;
303
- border-style: solid;
304
- border-width: 5px 0 5px 5px;
305
- border-left-color: #ccc;
306
- margin-top: 5px;
307
- margin-right: -10px;
308
- }
309
-
310
- .dropdown-submenu:hover>a:after {
311
- border-left-color: #fff;
312
- }
313
-
314
- .dropdown-submenu.pull-left { /* csslint allow: adjoining-classes */
315
- float: none;
316
- }
317
-
318
- .dropdown-submenu.pull-left>.dropdown-menu { /* csslint allow: adjoining-classes */
319
- left: -100%;
320
- margin-left: 10px;
321
- -webkit-border-radius: 6px 0 6px 6px;
322
- -moz-border-radius: 6px 0 6px 6px;
323
- border-radius: 6px 0 6px 6px;
324
- }