From a35030ab5e1af832fc85bdb4e4d6168b2fd6037c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 22 Dec 2018 12:07:43 -0500 Subject: [PATCH] build-commit-from: Document missing options Document --end-of-life, --timestamp and --disable-fsync. Closes: #2498 Approved by: matthiasclasen --- doc/flatpak-build-commit-from.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/flatpak-build-commit-from.xml b/doc/flatpak-build-commit-from.xml index 721a42d3..97a30c45 100644 --- a/doc/flatpak-build-commit-from.xml +++ b/doc/flatpak-build-commit-from.xml @@ -183,6 +183,32 @@ + + + + + Mark build as end-of-life + + + + + + + + Override the timestamp of the commit. Use an ISO 8601 formatted + date, or NOW for the current time + + + + + + + + Don't fsync when writing to the repository. This can result in data loss in exceptional situations, but can improve performance when + working with temporary or test repositories. + + +