1URSA-MAJOR(ADD-MODULE) ursa-major add-module 0.3.1 URSA-MAJOR(ADD-MODULE)
2
3
4
6 ursa-major add-module - manual page for ursa-major add-module 0.3.1
7
9 usage: ursa-major add-module [-h] [--dry-run] [--debug] [--config PATH]
10
11 [--user-config PATH] [--tag-config-file PATH]
12 [--traceback] --name NAME --stream STREAM [--require
13 NAME:STREAM] [--buildrequire NAME:STREAM] --tag TAG [--force]
14 --priority PRIORITY [--wait-regen-repo] [--update-inheri‐
15 tance-only | --update-config-only]
16
17 optional arguments:
18 -h, --help
19 show this help message and exit
20
21 --dry-run
22 dry run mode
23
24 --debug
25 show debug log
26
27 --config PATH
28 config file for ursa-major
29
30 --user-config PATH
31 user config file to use, can override default configurations
32
33 --tag-config-file PATH
34 tag config file, default to "ursa-major.json" in current working
35 directory
36
37 --traceback
38 Print traceback if something wrong that ursa-major cannot do the
39 job.
40
41 --name NAME
42 module name (required)
43
44 --stream STREAM
45 module stream (required)
46
47 --require NAME:STREAM
48 module runtime dependency in NAME:STREAM
49
50 --buildrequire NAME:STREAM
51 module build dependency in NAME:STREAM, for example platform:f30
52
53 --tag TAG
54 koji tag we operate against (required)
55
56 --force
57 force to remove existing old koji tags from specified koji tag's
58 inheritance data even there is no module build found in MBS for
59 the specified module, and update config file as well
60
61 --priority PRIORITY
62 priority of the module's koji tag in tag inheritance (required)
63
64 --wait-regen-repo
65 wait for regen-repo task(s) to finish
66
67 --update-inheritance-only
68 only update the specified koji tag's inheritance data to add or
69 edit the latest module build's tag, do not update tag configura‐
70 tion file
71
72 --update-config-only
73 only add the specified module into tag configuration file, do
74 not update the specified koji tag's inheritance data
75
76
77
78July 2019 1 URSA-MAJOR(ADD-MODULE)