1FLATPAK BUILD-IMPOR(1) flatpak build-import-bundle FLATPAK BUILD-IMPOR(1)
2
3
4
6 flatpak-build-import-bundle - Import a file bundle into a local
7 repository
8
10 flatpak build-import-bundle [OPTION...] LOCATION FILENAME
11
13 Imports a bundle from a file named FILENAME into the repository at
14 LOCATION.
15
16 The format of the bundle file is that generated by build-bundle.
17
19 The following options are understood:
20
21 -h, --help
22 Show help options and exit.
23
24 -v, --verbose
25 Print debug information during command processing.
26
27 --ostree-verbose
28 Print OSTree debug information during command processing.
29
30 --ref=REF
31 Override the ref specified in the bundle.
32
33 --oci
34 Import an OCI image instead of a Flatpak bundle.
35
36 --update-appstream
37 Update the appstream branch after the build.
38
39 --no-update-summary
40 Don't update the summary file after the new commit is added. This
41 means the repository will not be useful for serving over http until
42 build-update-repo has been run. This is useful is you want to do
43 multiple repo operations before finally updating the summary.
44
45 --gpg-sign=KEYID
46 Sign the commit with this GPG key. This option can be used multiple
47 times.
48
49 --gpg-homedir=PATH
50 GPG Homedir to use when looking for keyrings
51
53 ostree(1), flatpak(1), flatpak-build-bundle(1), flatpak-build-update-
54 repo(1)
55
56
57
58flatpak FLATPAK BUILD-IMPOR(1)