1BLD2REPO(1) Generated Python Manual BLD2REPO(1)
2
3
4
6 bld2repo
7
9 bld2repo [-h] -b BUILD_ID [-d RESULT_DIR] [-a ARCH] [-k KOJI_HOST] [-s
10 KOJI_STORAGE_HOST] [-m MBS_HOST]
11
13 When provided with a build id it will download all buildrequired RPMsof
14 a modular koji build into the provided directory and create a reposi‐
15 tory out of it.
16
17
19 -b BUILD_ID, --build-id BUILD_ID
20 ID of a koji build.
21
22
23 -d RESULT_DIR, --result-dir RESULT_DIR
24 Directory where the RPMs are downloaded.
25
26
27 -a ARCH, --arch ARCH
28 For which architecture the RPMs should be downloaded. The
29 'noarch' is included automatically.
30
31
32 -k KOJI_HOST, --koji-host KOJI_HOST
33 Koji host base url
34
35
36 -s KOJI_STORAGE_HOST, --koji-storage-host KOJI_STORAGE_HOST
37 Koji storage storage host base url. Server where the RPMs are
38 stored. Required to be used together with `--koji-host`.
39
40
41 -m MBS_HOST, --mbs-host MBS_HOST
42 Module Build Service host base url.
43
44
46 Martin Čurlej
47 mcurlej@redhat.com
48
49
51 The latest version of bld2repo may be downloaded from ⟨HOMEPAGE⟩
52
53
54
55bld2repo 2023-11-01 BLD2REPO(1)