[elbe-devel] [PATCH v3 08/16] schema: rm: Add missing attributes for documentation

Bastian Germann bage at linutronix.de
Fri Oct 7 15:07:51 CEST 2022


Subject: same.

Am 23.09.22 um 16:03 schrieb Viraj Shah:
> * Add missing attribute for documentation of "rm" finetuning action.
> * Fix indentation
> 
> Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
> ---
>   schema/dbsfed.xsd | 15 ++++++++++++---
>   1 file changed, 12 insertions(+), 3 deletions(-)
> 
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index 26ccd2b4a..7716011e2 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -2684,13 +2684,22 @@
>     <complexType name="rm">
>       <annotation>
>         <documentation>
> -	      describes a removal of a pattern from the rootfilesystem.
> -	      Including an exclude pattern
> +       Remove directory from the target.

Removes a file or directory from the target.

> +       Note:
> +       Even if a file is given instead of a directory it will also be verbosely
> +       removed.

Please remove this note.

> +       The tag describes the absolute location of the file to be deleted.

The tag's text node matches on the absolute ...

>         </documentation>
>       </annotation>
>       <simpleContent>
>         <extension base="rfs:string">
> -        <attribute name="exclude" type="string" use="optional" />
> +        <attribute name="exclude" type="string" use="optional">
> +        <annotation>
> +         <documentation>
> +           This includes an exclude pattern that will not be deleted.

This sets an exclude ...

> +          </documentation>
> +         </annotation>
> +        </attribute>
>         </extension>
>       </simpleContent>
>     </complexType>

With the suggested changes:
Reviewed-by: Bastian Germann <bage at linutronix.de>


More information about the elbe-devel mailing list