From: Tobias Ulmer Date: Fri, 23 Dec 2016 13:48:49 +0000 (+0100) Subject: e2project: document checksums table X-Git-Tag: e2factory-2.3.16rc1~12 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=d75149eb3eebee4133099c952ab6f2abe425990e;p=e2factory.git e2project: document checksums table Signed-off-by: Tobias Ulmer --- diff --git a/doc/man/e2project.5.in b/doc/man/e2project.5.in index cdde145..72f5e89 100644 --- a/doc/man/e2project.5.in +++ b/doc/man/e2project.5.in @@ -1,14 +1,14 @@ .\" Man page for e2project .\" -.\" (c)2007, 2012 emlix GmbH +.\" (c)2007-2016 emlix GmbH .\" -.TH e2project 1 "Oct 26, 2012" "@VERSION@" +.TH e2project 1 "Dec 23, 2016" "@VERSION@" .SH NAME proj/config \- central configuration file for an e2factory project .SH DESCRIPTION -The mandatory file \fBproj/config\fR sets most imported configuration options for +The mandatory file \fBproj/config\fR contains important configuration options for an e2factory project. @@ -22,7 +22,7 @@ e2project { default_results = { "", ...}, chroot_arch = "", deploy_results = { "", ...}, - + checksums = { sha1=true, sha256=false }, } .fi @@ -50,7 +50,8 @@ Results to be build if none is given. .BR chroot_arch Type: String .br -Architecture of chroot. Use "x86_32". +Architecture of chroot. Valid values are "x86_32" and "x86_64". +"x86_32" is the default. .TP .BR deploy_results @@ -58,9 +59,13 @@ Type: Table of strings .br Results to be archived during building in release-mode. +.TP +.BR checksums +Type: Table +.br +Optional table determines which checksum attributes are mandatory for verifying files. +Valid keys are "sha1" and "sha256", valid values are true and false. +Requiring sha1 is the default. .SH "SEE ALSO" .BR e2factory(1) - -.SH COPYRIGHT -(c)2013 emlix GmbH