1PACKIT CREATE-UPDATE(1) packit create-update Manual PACKIT CREATE-UPDATE(1)
2
3
4
6 packit-create-update - Create a bodhi update for the selected...
7
9 packit create-update [OPTIONS] [PATH_OR_URL]
10
12 Create a bodhi update for the selected upstream project
13
14 PATH_OR_URL argument is a local path or a URL to the upstream git
15 repository, it defaults to the current working directory
16
18 --dist-git-branch TEXT
19 Comma separated list of target branches in dist-git to create
20 bodhi update in. (defaults to repo's default branch)
21
22 --koji-build TEXT
23 Koji build (NVR) to add to the bodhi update (can be specified
24 multiple times)
25
26 --update-notes TEXT
27 Bodhi update notes
28
29 --update-type [security|bugfix|enhancement|newpackage]
30 Type of the bodhi update
31
32
33
34 2021-05-31 PACKIT CREATE-UPDATE(1)