mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-13 19:15:03 -04:00
build-commit-from: Document missing options
Document --end-of-life, --timestamp and --disable-fsync. Closes: #2498 Approved by: matthiasclasen
This commit is contained in:
committed by
Atomic Bot
parent
16cf081f97
commit
a35030ab5e
@@ -183,6 +183,32 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--end-of-life=REASON</option></term>
|
||||
|
||||
<listitem><para>
|
||||
Mark build as end-of-life
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--timestamp=TIMESTAMP</option></term>
|
||||
|
||||
<listitem><para>
|
||||
Override the timestamp of the commit. Use an ISO 8601 formatted
|
||||
date, or NOW for the current time
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--disable-fsync</option></term>
|
||||
|
||||
<listitem><para>
|
||||
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.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-v</option></term>
|
||||
<term><option>--verbose</option></term>
|
||||
|
||||
Reference in New Issue
Block a user