Skip to content
Snippets Groups Projects
Commit 5336d334 authored by Ryan Gonzalez's avatar Ryan Gonzalez Committed by Andre Moreira Magalhaes
Browse files

flatpak: Clarify use of the "single-file bundle" terminology

parent cf71c7c3
No related branches found
No related tags found
1 merge request!409flatpak: Clarify use of the "single-file bundle" terminology
Pipeline #345672 passed with warnings
......@@ -504,7 +504,7 @@ design document.
Flatpak application signatures occur on several levels:
* single commits
* whole repositories
* single-file bundles
* [single-file bundles]({{< ref "#publishing-a-single-file-bundle" >}})
Please note, however, that GPG signatures, the upstream default, are disabled on
Apertis. It is still possible to pull from GPG-signed repositories, but those
......@@ -532,7 +532,7 @@ following flatpak commands:
* `flatpak build-update-repo`
These commands allow one to create Ed25519-signed commits from an unsigned
repository or bundle, or to create signed bundles as explained below.
repository or single-file bundle, or to create signed bundles as explained below.
Multiple occurrences of the `--sign` option are allowed in to order to permit
multiple signatures of each object.
......@@ -674,7 +674,14 @@ IsRuntime=false
SignatureKey=B3a86SmB+sby/N5onaxTXjK1OEAbZOI2fsdr3kKD+KE=
```
### Publishing a bundle
### Publishing a single-file bundle
{{% notice info %}}
The concept of "bundles" within Flatpak is unrelated to the Apertis-specific
term ["application bundles"]({{< ref "glossary.md#application-bundles" >}}). For
clarity, the concept described in this section will be referred to as a
"single-file bundle".
{{% /notice %}}
Flatpak applications can also be distributed as
[single-file bundles](https://docs.flatpak.org/en/latest/single-file-bundles.html),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment