1BODHI-PUSH(1) bodhi BODHI-PUSH(1)
2
3
4
6 bodhi-push - push Fedora updates
7
9 bodhi-push [OPTIONS]
10
12 bodhi-push is used to select which packages to push out to the mirror
13 network. It has various flags that can be used to select the package
14 set, and then it emits a message with the list of packages to be mir‐
15 rored.
16
18 --help
19 Show help text and exit.
20
21 --builds TEXT
22 A comma-separated list of builds to include in the push.
23
24 --updates TEXT
25 A comma-separated list of update aliases to include in the push.
26
27 --releases TEXT
28 A comma-separated list of releases to include in this push. By de‐
29 fault, current and pending releases are selected.
30
31 --request TEXT
32 Push updates for the specified request. Defaults to testing,stable.
33
34 --resume
35 Resume one or more previously failed pushes.
36
37 -y, --yes
38 Answers yes to the various questions.
39
40 --username TEXT
41 Your FAS user id.
42
43 --version
44 Show version and exit.
45
47 If you find bugs in bodhi (or in the man page), please feel free to
48 file a bug report or a pull request:
49
50 https://github.com/fedora-infra/bodhi
51
52 Bodhi's documentation is available online:
53 https://fedora-infra.github.io/bodhi
54
56 Randy Barlow
57
59 2007-2023, Red Hat, Inc.
60
61
62
63
64 Jan 14, 2023 BODHI-PUSH(1)