From: Tobias Ulmer Date: Thu, 22 Dec 2016 19:57:14 +0000 (+0100) Subject: manual pages: document sha256 attribute X-Git-Tag: e2factory-2.3.16rc1~13 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=82dbed488c0a1f702501cbf308f89cfbf03a4b4d;p=e2factory.git manual pages: document sha256 attribute Signed-off-by: Tobias Ulmer --- diff --git a/doc/man/e2chroot.5.in b/doc/man/e2chroot.5.in index 8cabb7c..4bd0d3a 100644 --- a/doc/man/e2chroot.5.in +++ b/doc/man/e2chroot.5.in @@ -1,8 +1,8 @@ .\" Man page for e2chroot .\" -.\" (c)2007, 2012 emlix GmbH +.\" (c)2007-2016 emlix GmbH .\" -.TH e2chroot 5 "Oct 26, 2012" "@VERSION@" +.TH e2chroot 5 "Dec 22, 2016" "@VERSION@" .SH NAME proj/chroot \- chroot configuration file of an e2factory project @@ -19,20 +19,21 @@ The file has following structure: e2chroot { default_groups = { "", ... }, groups = { - { - name = "", - server = "", - files = { - { server = "", - location = "", - sha1 = "", }, - ... - }, + name = "", + server = "", + files = { + { + server = "", + location = "", + sha1 = "da39a3ee5e6b4b0d3255bfef95601890afd80709", + sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + }, + ... + }, }, ... } - } .fi @@ -71,7 +72,7 @@ Type: Table List of files belonging to the chroot group. .TP -.BR server +.BR server (on file level) .br Type: String @@ -88,7 +89,13 @@ Path to the file on the server. .BR sha1 Type: String .br -sha1 check-sum of the file. +SHA-1 checksum of the file. + +.TP +.BR sha256 +Type: String +.br +SHA-256 checksum of the file. -.SH COPYRIGHT -(c)2013 emlix GmbH +.SH "SEE ALSO" +.BR e2factory(1) diff --git a/doc/man/e2licence.5.in b/doc/man/e2licence.5.in index d92b365..edbcd88 100644 --- a/doc/man/e2licence.5.in +++ b/doc/man/e2licence.5.in @@ -1,14 +1,14 @@ .\" Man page for e2licence .\" -.\" (c)2007, 2012 emlix GmbH +.\" (c)2007-2016 emlix GmbH .\" -.TH e2licence 5 "Oct 26, 2012" "@VERSION@" +.TH e2licence 5 "Dec 22, 2016" "@VERSION@" .SH NAME proj/licence \- licence configuration file of an e2factory project .SH DESCRIPTION -The mandatory file \fBproj/licence\fR defines the licences that could be used in +The mandatory file \fBproj/licence\fR defines the licences that could be used in source configurations. @@ -20,11 +20,14 @@ e2licence { [""] = { server = "", files = { - { server = "", - location = "", - sha1 = "", }, - ... - }, + { + server = "", + location = "", + sha1 = "da39a3ee5e6b4b0d3255bfef95601890afd80709", + sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + ... + }, + }, }, ... } @@ -33,7 +36,7 @@ e2licence { .SH KEYS .TP -.BR +.BR licence Type: String .br Name of the licence. @@ -53,7 +56,7 @@ Type: Table List of files belonging to the licence. .TP -.BR server +.BR server (on file level) .br Type: String @@ -70,10 +73,13 @@ Path to the licence file on server. .BR sha1 Type: String .br -SHA-1 check-sum of the file. +SHA-1 checksum of the file. + +.TP +.BR sha256 +Type: String +.br +SHA-256 checksum of the file. .SH "SEE ALSO" .BR e2factory(1) - -.SH COPYRIGHT -(c)2013 emlix GmbH diff --git a/doc/man/e2source.5.in b/doc/man/e2source.5.in index 0570913..6c57830 100644 --- a/doc/man/e2source.5.in +++ b/doc/man/e2source.5.in @@ -1,17 +1,16 @@ .\" Man page for e2source .\" -.\" (c)2007, 2012 emlix GmbH +.\" (c)2007-2016 emlix GmbH .\" -.TH e2source 5 "Oct 29, 2012" "@VERSION@" +.TH e2source 5 "Dec 22, 2016" "@VERSION@" .SH NAME src/*/config \- source configuration files of an e2factory project .SH DESCRIPTION -The mandatory files \fBsrc//config\fR configure sources to be used when building results. The name of -the directory \fB\fR defines the source-name. -In case of sub-directories, all directories below \fBsrc/\fR do form the -source-name separated by dots. +The mandatory files \fBsrc//config\fR configure sources to be used when building results. +The name of the directory \fB\fR defines the source-name. +In case of sub-directories, all directories below \fBsrc/\fR do form the source-name separated by dots. .br e.g.: \fBsrc///config\fR leads to source name: \fB.\fR. @@ -34,15 +33,18 @@ e2source { type = "file", server = "", file = { - { licences = {"", ...}, - server = "", - location = "", - sha1 = "", - copy = "", - patch = "", - unpack = "", }, - ... - }, + { + licences = {"", ...}, + server = "", + location = "", + sha1 = "da39a3ee5e6b4b0d3255bfef95601890afd80709", + sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", + copy = "", + patch = "", + unpack = "", + }, + ... + }, } .fi @@ -93,7 +95,7 @@ Name of the licence(s) that apply to this specific file, defaults to licences on source level, if omitted. .TP -.BR server +.BR server (on file level) .br Type: String @@ -110,7 +112,13 @@ Path of the file on server. .BR sha1 Type: String .br -SHA-1 check-sum of the file. +SHA-1 checksum of the file. + +.TP +.BR sha256 +Type: String +.br +SHA-256 checksum of the file. .TP .BR copy @@ -136,7 +144,7 @@ argument. Mutual exclusive to \fBcopy\fR and \fBunpack\fR. .BR unpack Type: String .br -The file is an archive (tarball) it is unpacked and a link pointing to the directory +The file is an archive (tarball) it is unpacked and a link pointing to the directory defined in string is created. Name of the link equals source-name. Mutual exclusive to \fBcopy\fR and \fBpatch\fR. @@ -298,6 +306,3 @@ Path to the directory to be used in working copy mode. .SH "SEE ALSO" .BR e2factory(1) - -.SH COPYRIGHT -(c)2013 emlix GmbH