1PACKIT(1) packit Manual PACKIT(1)
2
3
4
6 packit - Integrate upstream open source projects...
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 -c, --config TEXT
29 Path to package configuration file (defaults to .packit.yaml or
30 packit.yaml)
31
32 --version
33 Show the version and exit.
34
36 propose-downstream
37 Land a new upstream release in Fedora.
38 See packit-propose-downstream(1) for full documentation on the pro‐
39 pose-downstream command.
40
41 sync-from-downstream
42 Copy synced files from Fedora dist-git...
43 See packit-sync-from-downstream(1) for full documentation on the
44 sync-from-downstream command.
45
46 build
47 Build selected upstream project in Fedora.
48 See packit-build(1) for full documentation on the build command.
49
50 copr-build
51 Build selected upstream project in COPR.
52 See packit-copr-build(1) for full documentation on the copr-build
53 command.
54
55 create-update
56 Create a bodhi update for the selected...
57 See packit-create-update(1) for full documentation on the create-up‐
58 date command.
59
60 push-updates
61 Find all Bodhi updates that have been in...
62 See packit-push-updates(1) for full documentation on the push-updates
63 command.
64
65 srpm
66 Create new SRPM (.src.rpm file) using...
67 See packit-srpm(1) for full documentation on the srpm command.
68
69 status
70 Display status.
71 See packit-status(1) for full documentation on the status command.
72
73 init
74 Create the initial Packit configuration in...
75 See packit-init(1) for full documentation on the init command.
76
77 local-build
78 Create RPMs using content of the upstream...
79 See packit-local-build(1) for full documentation on the local-build
80 command.
81
82 validate-config
83 Validate PackageConfig validation.
84 See packit-validate-config(1) for full documentation on the validate-
85 config command.
86
87 source-git
88 Subcommand to collect source-git related...
89 See packit-source-git(1) for full documentation on the source-git
90 command.
91
92 prepare-sources
93 Prepare sources for a new SRPM build using...
94 See packit-prepare-sources(1) for full documentation on the prepare-
95 sources command.
96
97
98
99 2022-06-29 PACKIT(1)