]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
man: fix SourceDateEpoch= section
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 26 Aug 2024 08:26:37 +0000 (10:26 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 26 Aug 2024 08:36:45 +0000 (10:36 +0200)
mkosi/resources/mkosi.md

index 7692b2a83f52934f22a6c81860e32a718dab9b28..b34fda45628919483920f185b01814c1e0453461 100644 (file)
@@ -695,16 +695,6 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
     builds, where deterministic UUIDs and other partition metadata should be
     derived on each build.
 
-`SourceDateEpoch=`, `--source-date-epoch=`
-:   Takes a timestamp in seconds since the UNIX epoch as argument.
-    File modification times of all files will be clamped to this value.
-    The variable is also propagated to systemd-repart and
-    scripts executed by mkosi. If not set explicitly, `SOURCE_DATE_EPOCH` from
-    `--environment` and from the host environment are tried in that order.
-    This is useful to make builds reproducible. See
-    [SOURCE_DATE_EPOCH](https://reproducible-builds.org/specs/source-date-epoch/)
-    for more information.
-
 `CleanScripts=`, `--clean-script=`
 :   Takes a comma-separated list of paths to executables that are used as
     the clean scripts for this image. See the **Scripts** section for
@@ -868,6 +858,16 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
     package manager executable is *not* present at the end of the
     installation.
 
+`SourceDateEpoch=`, `--source-date-epoch=`
+:   Takes a timestamp in seconds since the UNIX epoch as argument.
+    File modification times of all files will be clamped to this value.
+    The variable is also propagated to systemd-repart and
+    scripts executed by mkosi. If not set explicitly, `SOURCE_DATE_EPOCH` from
+    `--environment` and from the host environment are tried in that order.
+    This is useful to make builds reproducible. See
+    [SOURCE_DATE_EPOCH](https://reproducible-builds.org/specs/source-date-epoch/)
+    for more information.
+
 `SyncScripts=`, `--sync-script=`
 :   Takes a comma-separated list of paths to executables that are used as
     the sync scripts for this image. See the **Scripts** section for