[elbe-devel] [PATCH v4 1/6] Add Ubuntu LTS release name
Kory Maincent
kory.maincent at bootlin.com
Mon Jun 15 15:46:19 CEST 2020
Add Ubuntu Bionic and Focal version name to project suite enumeration.
Signed-off-by: Kory Maincent <kory.maincent at bootlin.com>
---
schema/dbsfed.xsd | 2 ++
1 file changed, 2 insertions(+)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 6392c41..a78501e 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -504,6 +504,8 @@
<enumeration value="buster" />
<enumeration value="sid" />
<enumeration value="stretch" />
+ <enumeration value="bionic" />
+ <enumeration value="focal" />
</restriction>
</simpleType>
--
2.17.1
More information about the elbe-devel
mailing list