[elbe-devel] [PATCH v1 13/16] schema: dbsfed.xsd: git_src, svn_src

Viraj Shah viraj.shah at linutronix.de
Thu Aug 25 15:49:36 CEST 2022


* No support for git_src, svn_src found in finetuning. Remove them.

Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
---
 schema/dbsfed.xsd | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 02f9fb7a8..3af36db78 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2726,32 +2726,6 @@
     </simpleContent>
   </complexType>
 
-  <complexType name="git_src">
-    <annotation>
-      <documentation>
-        URI of the git repository, e.g. "git://myhost/myrepo.git"
-      </documentation>
-    </annotation>
-    <simpleContent>
-      <extension base="rfs:string">
-        <attribute name="revision" type="string" use="optional" />
-      </extension>
-    </simpleContent>
-  </complexType>
-
-  <complexType name="svn_src">
-    <annotation>
-      <documentation>
-        URI of the svn repository, e.g. "svn://myhost/myrepo/tags/my_tag"
-      </documentation>
-    </annotation>
-    <simpleContent>
-      <extension base="rfs:string">
-        <attribute name="revision" type="string" use="optional" />
-      </extension>
-    </simpleContent>
-  </complexType>
-
   <complexType name="pkg">
     <annotation>
       <documentation>
-- 
2.30.2



More information about the elbe-devel mailing list