.\" 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.
default_results = { "<string>", ...},
chroot_arch = "<string>",
deploy_results = { "<string>", ...},
-
+ checksums = { sha1=true, sha256=false },
}
.fi
.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
.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