[elbe-devel] [PATCH v3 15/16] schema: git_src, svn_src: Add missing attributes
Bastian Germann
bage at linutronix.de
Fri Oct 7 15:33:58 CEST 2022
Am 23.09.22 um 16:03 schrieb Viraj Shah:
> * Add attributes for missing documentation of git_src, svn_src.
> * Fix indentation.
>
> Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
> ---
> schema/dbsfed.xsd | 24 ++++++++++++++++++++----
> 1 file changed, 20 insertions(+), 4 deletions(-)
>
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index 4060cf714..dc8383019 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -2804,12 +2804,20 @@
> <complexType name="git_src">
> <annotation>
> <documentation>
> - URI of the git repository, e.g. "git://myhost/myrepo.git"
> + The value of this tag is URI of the git repository, e.g.
the URI
> + "git://myhost/myrepo.git".
> </documentation>
> </annotation>
> <simpleContent>
> <extension base="rfs:string">
> - <attribute name="revision" type="string" use="optional" />
> + <attribute name="revision" type="string" use="optional">
> + <annotation>
> + <documentation>
> + This attribute describes the revision to be checked out from the git
> + tree.
> + </documentation>
> + </annotation>
> + </attribute>
> </extension>
> </simpleContent>
> </complexType>
> @@ -2817,12 +2825,20 @@
> <complexType name="svn_src">
> <annotation>
> <documentation>
> - URI of the svn repository, e.g. "svn://myhost/myrepo/tags/my_tag"
> + The value of this tag is URI of the svn repository, e.g.
the URI
> + "svn://myhost/myrepo/tags/my_tag".
> </documentation>
> </annotation>
> <simpleContent>
> <extension base="rfs:string">
> - <attribute name="revision" type="string" use="optional" />
> + <attribute name="revision" type="string" use="optional">
> + <annotation>
> + <documentation>
> + This attribute gives the revision to be checked out from the given svn
> + project.
project -> repository
> + </documentation>
> + </annotation>
> + </attribute>
> </extension>
> </simpleContent>
> </complexType>
With the suggested changes:
Reviewed-by: Bastian Germann <bage at linutronix.de>
More information about the elbe-devel
mailing list