From 513be03c07ea2c638f0ba13033be0d67493a5d28 Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Dec 10 2018 15:26:47 +0000 Subject: flatpak_generator.py: Use a literal string for finish-args Using a literal string for finish-args in container.yaml allows comments to be inserted into the finish args (and stripped out by flatpak-module-tools) - with a folded string, the line structure is lost. --- diff --git a/_fedmod/flatpak_generator.py b/_fedmod/flatpak_generator.py index 2b41775..536e8e6 100644 --- a/_fedmod/flatpak_generator.py +++ b/_fedmod/flatpak_generator.py @@ -84,7 +84,7 @@ class FlatpakGenerator(ModuleGenerator): command: {command} tags: [] # Not sandboxed. See 'man flatpak-build-finish' - finish-args: > + finish-args: | --filesystem=host --share=ipc --socket=x11