SYNOPSIS
- flatpak build-update-repo [OPTION...] LOCATION
DESCRIPTION
After this command, LOCATION can be used as the repository location for flatpak add-repo, either by exporting it over http, or directly with a file: url.
OPTIONS
The following options are understood:
-h, --help
- Show help options and exit.
--title=TITLE
- A title for the repository, e.g. for display in a UI. The title is stored in the repository summary.
--gpg-sign=KEYID
- Sign the commit with this GPG key
--gpg-homedir=PATH
- GPG Homedir to use when looking for keyrings
--generate-static-deltas
- Generate static deltas for all references. This generates from-empty and delta static files that allow for faster download.
--prune
- Remove unreferences objects in repo.
--prune-depth
- Only keep at most this number of old versions for any particular ref. Default is -1 which means infinite.
-v, --verbose
- Print debug information during command processing.
--version
- Print version information and exit.