1PACKIT(1) packit Manual PACKIT(1)
2
3
4
6 packit - Integrate upstream open source projects into...
7
9 packit [OPTIONS] COMMAND [ARGS]...
10
12 Integrate upstream open source projects into Fedora operating system.
13
15 -d, --debug
16 Enable debug logs.
17
18 --fas-user TEXT
19 Fedora Account System username.
20
21 -k, --keytab TEXT
22 Path to FAS keytab file.
23
24 --remote TEXT
25 Name of the remote to discover upstream project URL, If this is
26 not specified, default to the first remote.
27
28 --dry-run
29 Do not perform any remote changes (pull requests or comments).
30
31 --version
32 Show the version and exit.
33
35 propose-downstream
36 Land a new upstream release in Fedora.
37 See packit-propose-downstream(1) for full documentation on the pro‐
38 pose-downstream command.
39
40 sync-from-downstream
41 Copy synced files from Fedora dist-git into...
42 See packit-sync-from-downstream(1) for full documentation on the
43 sync-from-downstream command.
44
45 build
46 Build selected upstream project in Fedora.
47 See packit-build(1) for full documentation on the build command.
48
49 copr-build
50 Build selected upstream project in COPR.
51 See packit-copr-build(1) for full documentation on the copr-build
52 command.
53
54 create-update
55 Create a bodhi update for the selected...
56 See packit-create-update(1) for full documentation on the create-
57 update command.
58
59 push-updates
60 Find all Bodhi updates that have been in...
61 See packit-push-updates(1) for full documentation on the push-updates
62 command.
63
64 srpm
65 Create new SRPM (.src.rpm file) using content...
66 See packit-srpm(1) for full documentation on the srpm command.
67
68 status
69 Display status.
70 See packit-status(1) for full documentation on the status command.
71
72 init
73 Initiate a repository to start using packit.
74 See packit-init(1) for full documentation on the init command.
75
76 local-build
77 Create RPMs using content of the upstream...
78 See packit-local-build(1) for full documentation on the local-build
79 command.
80
81 validate-config
82 Validate PackageConfig validation.
83 See packit-validate-config(1) for full documentation on the validate-
84 config command.
85
86
87
88 2021-03-18 PACKIT(1)