Skip to content
Snippets Groups Projects
Commit 16c92148 authored by Simon McVittie's avatar Simon McVittie
Browse files

pressure-vessel: Update Flatpak-derived code to Flatpak 1.14.6


Many of the changes are `#if 0`. Main changes that have a practical
effect on steam-runtime-tools:

* flatpak_exports_add_path_expose(), etc. return a GError,
  which we convert into a warning- or info-level message in the same
  way that flatpak_context_export() would. To facilitate this, add
  helper functions in pressure-vessel/exports.c.

* flatpak-context.c is no longer included here, and all of the
  declarations in its header are now `#if 0`. The only parts that we
  use are the enums in the header, which are still present; the array
  `dont_mount_in_root`, which has been moved into wrap-setup.c; and
  the new `log_cannot_export_error` function, which has been moved
  into exports.c.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 9e069f20
Branches
Tags
1 merge request!708pressure-vessel: Update Flatpak-derived code to Flatpak 1.14.6
Pipeline #85729 passed
Showing
with 484 additions and 2955 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment