From 02b542789a6b2887f54bd30dcee7b879601cacf7 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 26 Sep 2019 11:52:14 +0200 Subject: [PATCH] Add manpage for flatpak mask --- doc/Makefile.am | 1 + doc/flatpak-mask.xml | 150 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 151 insertions(+) create mode 100644 doc/flatpak-mask.xml diff --git a/doc/Makefile.am b/doc/Makefile.am index ee4fcc3f..31d0dae2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -29,6 +29,7 @@ man1 = \ flatpak-config.1 \ flatpak-update.1 \ flatpak-uninstall.1 \ + flatpak-mask.1 \ flatpak-list.1 \ flatpak-info.1 \ flatpak-make-current.1 \ diff --git a/doc/flatpak-mask.xml b/doc/flatpak-mask.xml new file mode 100644 index 00000000..75685972 --- /dev/null +++ b/doc/flatpak-mask.xml @@ -0,0 +1,150 @@ + + + + + + + flatpak mask + flatpak + + + + Developer + Alexander + Larsson + alexl@redhat.com + + + + + + flatpak mask + 1 + + + + flatpak-mask + Mask out updates and automatic installation + + + + + flatpak mask + OPTION + PATTERN + + + + + Description + + + Flatpak maintains a list of patterns that that define which refs are masked. + A masked ref will never be updated or automatically installed (for example an + masked extension marked auto-download will not be downloaded). You can still + manually install such refs, but once they are installed the version will be pinned. + + + The patterns are just a partial ref, with the * character matching anything + within that part of the ref. Here are some example patterns: + +org.some.App +org.some.App//unstable +app/org.domain.* +org.some.App/arm + + + + To list the current set of masks, run this command without any patterns. + + + + + Options + + The following options are understood: + + + + + + + + Show help options and exit. + + + + + + + + Instead of adding the patterns, remove matching patterns. + + + + + + + + Mask refs in a per-user installation. + + + + + + + + Mask refs in the default system-wide installation. + + + + + + + + Mask refs in a system-wide installation + specified by NAME among those defined in + /etc/flatpak/installations.d/. Using + is equivalent to using + . + + + + + + + + + Print debug information during command processing. + + + + + + + Examples + + + $ flatpak mask + + + $ flatpak mask org.broken.App + + + $ flatpak mask --remove org.broken.App + + + + + + See also + + + flatpak1, + flatpak-update1, + + + + +