1FLATPAK BUILD-UPDAT(1)     flatpak build-update-repo    FLATPAK BUILD-UPDAT(1)
2
3
4

NAME

6       flatpak-build-update-repo - Create a repository from a build directory
7

SYNOPSIS

9       flatpak build-update-repo [OPTION...] LOCATION
10

DESCRIPTION

12       Updates repository metadata for the repository at LOCATION. This
13       command generates an OSTree summary file that lists the contents of the
14       repository. The summary is used by flatpak remote-ls and other commands
15       to display the contents of remote repositories.
16
17       After this command, LOCATION can be used as the repository location for
18       flatpak remote-add, either by exporting it over http, or directly with
19       a file: url.
20

OPTIONS

22       The following options are understood:
23
24       -h, --help
25           Show help options and exit.
26
27       --redirect-url=URL
28           Redirect this repo to a new URL.
29
30       --title=TITLE
31           A title for the repository, e.g. for display in a UI. The title is
32           stored in the repository summary.
33
34       --default-branch=BRANCH
35           A default branch for the repository, mainly for use in a UI.
36
37       --gpg-import=FILE
38           Import a new default GPG public key from the given file.
39
40       --collection-id=COLLECTION-ID
41           The globally unique identifier of the remote repository, to allow
42           mirrors to be grouped. This must be set to a globally unique
43           reverse DNS string if the repository is to be made publicly
44           available. If a collection ID is already set on an existing
45           repository, this will update it. If not specified, the existing
46           collection ID will be left unchanged.
47
48       --deploy-collection-id
49           Deploy the collection ID (set using --collection-id) in the static
50           remote configuration for all clients. This is irrevocable once
51           published in a repository. Use it to decide when to roll out a
52           collection ID to users of an existing repository. If constructing a
53           new repository which has a collection ID, you should typically
54           always pass this option.
55
56       --gpg-sign=KEYID
57           Sign the commit with this GPG key. This option can be used multiple
58           times.
59
60       --gpg-homedir=PATH
61           GPG Homedir to use when looking for keyrings
62
63       --generate-static-deltas
64           Generate static deltas for all references. This generates
65           from-empty and delta static files that allow for faster download.
66
67       --static-delta-jobs=NUM-JOBS
68           Limit the number of parallel jobs creating static deltas. The
69           default is the number of cpus.
70
71       --prune
72           Remove unreferenced objects in repo.
73
74       --prune-depth
75           Only keep at most this number of old versions for any particular
76           ref. Default is -1 which means infinite.
77
78       -v, --verbose
79           Print debug information during command processing.
80
81       --ostree-verbose
82           Print OSTree debug information during command processing.
83

SEE ALSO

85       ostree(1), flatpak(1), flatpak-remote-ls(1), flatpak-build-export(1)
86
87
88
89flatpak                                                 FLATPAK BUILD-UPDAT(1)
Impressum