From: Tobias Ulmer Date: Tue, 5 Jul 2022 11:10:49 +0000 (+0200) Subject: doc: document hashupdate in man pages X-Git-Tag: e2factory-2.3.18p1~4 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=3c5026404a8dacab89f6a759e57e98601027533c;p=e2factory.git doc: document hashupdate in man pages Signed-off-by: Tobias Ulmer --- diff --git a/doc/man/e2chroot.5.in b/doc/man/e2chroot.5.in index 4bd0d3a..faa328f 100644 --- a/doc/man/e2chroot.5.in +++ b/doc/man/e2chroot.5.in @@ -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 = "", 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) diff --git a/doc/man/e2licence.5.in b/doc/man/e2licence.5.in index edbcd88..62d09a3 100644 --- a/doc/man/e2licence.5.in +++ b/doc/man/e2licence.5.in @@ -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 = "", 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) diff --git a/doc/man/e2source.5.in b/doc/man/e2source.5.in index 94835a8..0db361b 100644 --- a/doc/man/e2source.5.in +++ b/doc/man/e2source.5.in @@ -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 = "", sha1 = "da39a3ee5e6b4b0d3255bfef95601890afd80709", sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + -- hashupdate = true, copy = "", patch = "", unpack = "", @@ -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