[elbe-devel] [PATCH] debianreleases: add some missing ubuntu releases

Bastian Germann bage at linutronix.de
Mon Aug 30 16:35:37 CEST 2021


Am 30.08.21 um 15:55 schrieb Christian Teklenborg:
> Add some current ubuntu releases that are missing
> 
> Signed-off-by: Christian Teklenborg <chris at linutronix.de>

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

> ---
>   elbepack/debianreleases.py | 2 ++
>   schema/dbsfed.xsd          | 3 +++
>   2 files changed, 5 insertions(+)
> 
> diff --git a/elbepack/debianreleases.py b/elbepack/debianreleases.py
> index 69d16f25..682137f9 100644
> --- a/elbepack/debianreleases.py
> +++ b/elbepack/debianreleases.py
> @@ -26,6 +26,8 @@ suite2codename = {'oldoldoldstable': 'wheezy',
>                     'artful': 'artful',
>                     'bionic': 'bionic',
>                     'cosmic': 'cosmic',
> +                  'focal': 'focal',
> +                  'hirsute': 'hirsute',
>                    }
>   
>   
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index 149a41af..8754aa2c 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -681,9 +681,12 @@
>         <enumeration value="buster" />
>         <enumeration value="sid" />
>         <enumeration value="stretch" />
> +      <enumeratuin value="artful" />
>         <enumeration value="bionic" />
> +      <enumeration value="cosmic" />
>         <enumeration value="focal" />
>         <enumeration value="groovy" />
> +      <enumeration value="hirsute" />
>         <enumeration value="xenial" />
>         <enumeration value="trusty" />
>       </restriction>
> 


More information about the elbe-devel mailing list