[elbe-devel] [PATCH] dbsfed.xsd: fix invalid xml
Manuel Traut
manuel.traut at linutronix.de
Fri Apr 27 08:24:26 CEST 2018
On Thu, Apr 26, 2018 at 11:37:40PM +0200, John Ogness wrote:
> With 426d408fb("finetuning: add options to adduser and addgroup")
> invalid XML was introduced causing the validation to fail. Fix it.
>
> Signed-off-by: John Ogness <john.ogness at linutronix.de>
Reviewed-by: Manuel Traut <manut at linutronix.de>
Hi John,
thx for the nightly fix and sorry for the inconvience. The test-system detected
it and i pinged Torben privately to send a follow up patch, but you've been
faster :)
Manu
> ---
> schema/dbsfed.xsd | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index 94fddc21..641f5739 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -1785,7 +1785,7 @@
> <simpleContent>
> <extension base="rfs:string">
> <attribute name="gid" type="string" use="optional" />
> - <attribute name="system" type="boolean" use="optional">
> + <attribute name="system" type="boolean" use="optional" />
> </extension>
> </simpleContent>
> </complexType>
> @@ -1815,9 +1815,9 @@
> <attribute name="uid" type="string" use="optional" />
> <attribute name="gid" type="string" use="optional" />
> <attribute name="home" type="string" use="optional" />
> - <attribute name="system" type="boolean" use="optional">
> - <attribute name="create_home" type="boolean" use="optional">
> - <attribute name="create_group" type="boolean" use="optional">
> + <attribute name="system" type="boolean" use="optional" />
> + <attribute name="create_home" type="boolean" use="optional" />
> + <attribute name="create_group" type="boolean" use="optional" />
> </extension>
> </simpleContent>
> </complexType>
> --
> 2.11.0
>
>
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel
More information about the elbe-devel
mailing list