|
| 1 | +.TH dir2module "1" Manual |
| 2 | +.SH NAME |
| 3 | +dir2module |
| 4 | +.SH SYNOPSIS |
| 5 | +.B dir2module |
| 6 | +[-h] -m SUMMARY [-d DESCRIPTION] [-l LICENSE] [-r REQUIRES] [--force] [--stdout] (--dir DIR | --pkglist PKGLIST) nsvca |
| 7 | +.SH DESCRIPTION |
| 8 | +Recursively read RPMs from DIR or read them from specified pkglist.If any RPM |
| 9 | +is missing on unreadable, error out.Populate artifacts/rpms with RPM |
| 10 | +NEVRAs.Populate license/content with list of RPM licenses.Write |
| 11 | +N:S:V:C:A.modulemd.yaml in the current directory.Make sure the yaml is in |
| 12 | +modulemd v2 format. |
| 13 | +.SH OPTIONS |
| 14 | +.TP |
| 15 | +\fBnsvca\fR |
| 16 | +Module name, stream version, context and architecture in a N:S:V:C:A format |
| 17 | + |
| 18 | +.TP |
| 19 | +\fB\-m\fR \fI\,SUMMARY\/\fR, \fB\-\-summary\fR \fI\,SUMMARY\/\fR |
| 20 | +Module summary |
| 21 | + |
| 22 | +.TP |
| 23 | +\fB\-d\fR \fI\,DESCRIPTION\/\fR, \fB\-\-description\fR \fI\,DESCRIPTION\/\fR |
| 24 | +Module description |
| 25 | + |
| 26 | +.TP |
| 27 | +\fB\-l\fR \fI\,LICENSE\/\fR, \fB\-\-license\fR \fI\,LICENSE\/\fR |
| 28 | +Module license |
| 29 | + |
| 30 | +.TP |
| 31 | +\fB\-r\fR \fI\,REQUIRES\/\fR, \fB\-\-requires\fR \fI\,REQUIRES\/\fR |
| 32 | +Module runtime dependencies in a N:S format. For multiple dependencies, repeat |
| 33 | +this option |
| 34 | + |
| 35 | +.TP |
| 36 | +\fB\-\-force\fR |
| 37 | +Suppress all constraints and hope for the best |
| 38 | + |
| 39 | +.TP |
| 40 | +\fB\-\-stdout\fR |
| 41 | +By defult the output is saved in a file. Use this to suppress it and print to |
| 42 | +the STDOUT |
| 43 | + |
| 44 | +.TP |
| 45 | +\fB\-\-dir\fR \fI\,DIR\/\fR |
| 46 | +.TP |
| 47 | +\fB\-\-pkglist\fR \fI\,PKGLIST\/\fR |
| 48 | + |
| 49 | +.SH AUTHORS |
| 50 | +.B dir2module |
| 51 | +was written by Jakub Kadlčík < [email protected]>. |
| 52 | +.SH DISTRIBUTION |
| 53 | +The latest version of dir2module may be downloaded from |
| 54 | +.UR HOMEPAGE |
| 55 | +.UE |
0 commit comments