[elbe-devel] [PATCH] schema: remove url-list entries limit

Bastian Germann bage at linutronix.de
Sat Mar 12 14:47:18 CET 2022


Am 12.03.22 um 09:59 schrieb Daniel Braunwarth:
> This patch fixes #324.
> 
> Signed-off-by: Daniel Braunwarth <daniel at braunwarth.dev>

Reviewed-by: Bastian Germann <bage at linutronix.de>

> ---
>   schema/dbsfed.xsd | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index 28f9d1d25..7e1fbe040 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -230,7 +230,7 @@
>         </documentation>
>       </annotation>
>       <sequence>
> -      <element name="url" type="rfs:url" minOccurs="0" maxOccurs="10">
> +      <element name="url" type="rfs:url" minOccurs="0" maxOccurs="unbounded">
>           <annotation>
>             <documentation>
>               describes an additional debian mirror


More information about the elbe-devel mailing list