[elbe-devel] [PATCH v1 2/2] dbsfed.xsd: Add Debian bookworm release name

Holger Dengler dengler at linutronix.de
Fri Mar 4 09:55:50 CET 2022


Add Debian bookworm (testing) to project suite enumeration for RFS
builds only. This enables Elbe, to build RFS based on Debian bookwork,
which is the current testing release.

It is not recommended to use Debian testing for other than testing
purposes!

Signed-off-by: Holger Dengler <dengler at linutronix.de>
---
 schema/dbsfed.xsd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 28f9d1d2..b3f00683 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -677,6 +677,7 @@
 
   <simpleType name="suite-proj">
     <restriction base="string">
+      <enumeration value="bookworm" />
       <enumeration value="bullseye" />
       <enumeration value="buster" />
       <enumeration value="sid" />
-- 
2.35.1



More information about the elbe-devel mailing list