[elbe-devel] [PATCH v3 06/16] schema: set_packer: Add attributes for documentation
Bastian Germann
bage at linutronix.de
Fri Oct 7 13:45:37 CEST 2022
Subject: same as last one.
Am 23.09.22 um 16:03 schrieb Viraj Shah:
> * Add missing attribute for documentation of "set_packer" finetuning action.
> * Fix indentation
>
> Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
With the subject fixed:
Reviewed-by: Bastian Germann <bage at linutronix.de>
> ---
> schema/dbsfed.xsd | 15 ++++++++++-----
> 1 file changed, 10 insertions(+), 5 deletions(-)
>
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index 8b56c3775..ce2fabd7e 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -2547,15 +2547,20 @@
> <complexType name="set_packer">
> <annotation>
> <documentation>
> - Set the packer to use for an artifaxct.
> - The value of the tag describes the filename of the Imagefile.
> - The packer attribute may take the following values:
> - (none, gzip, zstd, tar, targz, tarxz, tarzstd)
> + Set the packer to use for an artifact.
> + The value of the tag describes the filename of the Imagefile.
> </documentation>
> </annotation>
> <simpleContent>
> <extension base="rfs:string">
> - <attribute name="packer" type="rfs:packer-type" use="required" />
> + <attribute name="packer" type="rfs:packer-type" use="required">
> + <annotation>
> + <documentation>
> + Describes the compressor for the resulting image from the
> + following values:(none, gzip, zstd, tar, targz, tarxz, tarzstd).
> + </documentation>
> + </annotation>
> + </attribute>
> </extension>
> </simpleContent>
> </complexType>
More information about the elbe-devel
mailing list