]> git.e2factory.org Git - e2factory.git/commitdiff
e2project: document checksums table
authorTobias Ulmer <tu@emlix.com>
Fri, 23 Dec 2016 13:48:49 +0000 (14:48 +0100)
committerTobias Ulmer <tu@emlix.com>
Fri, 23 Dec 2016 13:48:49 +0000 (14:48 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
doc/man/e2project.5.in

index cdde1450b0a6397b67a0064baa06c4f960875174..72f5e895156d6ab2e035444ec718b86c565909ca 100644 (file)
@@ -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 = { "<string>", ...},
   chroot_arch = "<string>",
   deploy_results = { "<string>", ...},
-
+  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