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 Subcommand to collect build related...
48 See packit-build(1) for full documentation on the build command.
49
50 create-update
51 Create a bodhi update for the selected...
52 See packit-create-update(1) for full documentation on the create-up‐
53 date command.
54
55 push-updates
56 Find all Bodhi updates that have been in...
57 See packit-push-updates(1) for full documentation on the push-updates
58 command.
59
60 srpm
61 Create new SRPM (.src.rpm file) using...
62 See packit-srpm(1) for full documentation on the srpm command.
63
64 status
65 Display status.
66 See packit-status(1) for full documentation on the status command.
67
68 init
69 Create the initial Packit configuration in...
70 See packit-init(1) for full documentation on the init command.
71
72 validate-config
73 Validate PackageConfig validation.
74 See packit-validate-config(1) for full documentation on the validate-
75 config command.
76
77 source-git
78 Subcommand to collect source-git related...
79 See packit-source-git(1) for full documentation on the source-git
80 command.
81
82 prepare-sources
83 Prepare sources for a new SRPM build using...
84 See packit-prepare-sources(1) for full documentation on the prepare-
85 sources command.
86
87
88
89 2023-01-20 PACKIT(1)