]> git.e2factory.org Git - e2factory.git/commitdiff
doc: document hashupdate in man pages
authorTobias Ulmer <tu@emlix.com>
Tue, 5 Jul 2022 11:10:49 +0000 (13:10 +0200)
committerTobias Ulmer <tu@emlix.com>
Wed, 31 Aug 2022 22:22:17 +0000 (00:22 +0200)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
doc/man/e2chroot.5.in
doc/man/e2licence.5.in
doc/man/e2source.5.in

index 4bd0d3a8be5fd5bd5f4dd187559843cf247134f5..faa328f429b9bde7fa2ce584053d9b564eefe983 100644 (file)
@@ -1,8 +1,8 @@
 .\" Man page for e2chroot
 .\"
-.\" (c)2007-2016 emlix GmbH
+.\" (c)2007-2022 emlix GmbH
 .\"
-.TH e2chroot 5 "Dec 22, 2016" "@VERSION@"
+.TH e2chroot 5 "Jul 5, 2022" "@VERSION@"
 
 .SH NAME
 proj/chroot \- chroot configuration file of an e2factory project
@@ -28,6 +28,7 @@ e2chroot {
           location = "<string>",
           sha1 = "da39a3ee5e6b4b0d3255bfef95601890afd80709",
           sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
+          -- hashupdate = true,
         },
         ...
       },
@@ -97,5 +98,11 @@ Type: String
 .br
 SHA-256 checksum of the file.
 
+.TP
+.BR hashupdate
+Type: Boolean
+.br
+Whether the checksum should be calculated on the fly.
+
 .SH "SEE ALSO"
 .BR e2factory(1)
index edbcd887b7635b7471b70c820321b9abfe59b43b..62d09a361c12bea49d61af86532c9a02faca9726 100644 (file)
@@ -1,8 +1,8 @@
 .\" Man page for e2licence
 .\"
-.\" (c)2007-2016 emlix GmbH
+.\" (c)2007-2022 emlix GmbH
 .\"
-.TH e2licence 5 "Dec 22, 2016" "@VERSION@"
+.TH e2licence 5 "Jul 5, 2022" "@VERSION@"
 
 .SH NAME
 proj/licence \- licence configuration file of an e2factory project
@@ -25,7 +25,7 @@ e2licence {
         location = "<string>",
         sha1 = "da39a3ee5e6b4b0d3255bfef95601890afd80709",
         sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
-        ...
+        -- hashupdate = true,
       },
     },
   },
@@ -81,5 +81,11 @@ Type: String
 .br
 SHA-256 checksum of the file.
 
+.TP
+.BR hashupdate
+Type: Boolean
+.br
+Whether the checksum should be calculated on the fly.
+
 .SH "SEE ALSO"
 .BR e2factory(1)
index 94835a87427a49d1507193a339c3cc13a4eb1fc4..0db361b1e394cd393b8cc2679fd953a80b66bea3 100644 (file)
@@ -1,8 +1,8 @@
 .\" Man page for e2source
 .\"
-.\" (c)2007-2017 emlix GmbH
+.\" (c)2007-2022 emlix GmbH
 .\"
-.TH e2source 5 "Feb 28, 2017" "@VERSION@"
+.TH e2source 5 "Jul 5, 2022" "@VERSION@"
 
 .SH NAME
 src/*/config \- source configuration files of an e2factory project
@@ -40,6 +40,7 @@ e2source {
       location = "<string>",
       sha1 = "da39a3ee5e6b4b0d3255bfef95601890afd80709",
       sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
+      -- hashupdate = true,
       copy = "<string>",
       patch = "<string>",
       unpack = "<string>",
@@ -121,6 +122,12 @@ Type: String
 .br
 SHA-256 checksum of the file.
 
+.TP
+.BR hashupdate
+Type: Boolean
+.br
+Whether the checksum should be calculated on the fly.
+
 .TP
 .BR copy
 Type: String