Mailinglist Archive: zypp-commit (315 mails)
| < Previous | Next > |
[zypp-commit] r11071 - /trunk/libzypp/zypp/parser/schema/repoindex.rnc
- From: jkupec@xxxxxxxxxxxxxxxx
- Date: Mon, 15 Sep 2008 21:10:12 -0000
- Message-id: <20080915211012.CF5ED294BD@xxxxxxxxxxxxxxxx>
Author: jkupec
Date: Mon Sep 15 23:10:12 2008
New Revision: 11071
URL: http://svn.opensuse.org/viewcvs/zypp?rev=11071&view=rev
Log:
- distro_target is optional
Modified:
trunk/libzypp/zypp/parser/schema/repoindex.rnc
Modified: trunk/libzypp/zypp/parser/schema/repoindex.rnc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/parser/schema/repoindex.rnc?rev=11071&r1=11070&r2=11071&view=diff
==============================================================================
--- trunk/libzypp/zypp/parser/schema/repoindex.rnc (original)
+++ trunk/libzypp/zypp/parser/schema/repoindex.rnc Mon Sep 15 23:10:12 2008
@@ -17,13 +17,14 @@
# Path relative to the base url of the service
# WARNING 'repo/' is always prepended to this path
# (this is inherited from NU services)
- attribute path { xsd:string}
+ attribute path { xsd:string }
|
# Full URI of the repository (can also be outside of the service base)
attribute url { xsd:anyURI }
),
- # unique identifier of the target distribution (distroname-arch)
- attribute distro_target { xsd:string },
+ # unique identifier of the target distribution (distroname-version-arch)
+ # if not specified, all the repositories will be added by the client
+ attribute distro_target { xsd:string }?,
# An optional repository type. Will be determined automatically if not
# specified.
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Mon Sep 15 23:10:12 2008
New Revision: 11071
URL: http://svn.opensuse.org/viewcvs/zypp?rev=11071&view=rev
Log:
- distro_target is optional
Modified:
trunk/libzypp/zypp/parser/schema/repoindex.rnc
Modified: trunk/libzypp/zypp/parser/schema/repoindex.rnc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/parser/schema/repoindex.rnc?rev=11071&r1=11070&r2=11071&view=diff
==============================================================================
--- trunk/libzypp/zypp/parser/schema/repoindex.rnc (original)
+++ trunk/libzypp/zypp/parser/schema/repoindex.rnc Mon Sep 15 23:10:12 2008
@@ -17,13 +17,14 @@
# Path relative to the base url of the service
# WARNING 'repo/' is always prepended to this path
# (this is inherited from NU services)
- attribute path { xsd:string}
+ attribute path { xsd:string }
|
# Full URI of the repository (can also be outside of the service base)
attribute url { xsd:anyURI }
),
- # unique identifier of the target distribution (distroname-arch)
- attribute distro_target { xsd:string },
+ # unique identifier of the target distribution (distroname-version-arch)
+ # if not specified, all the repositories will be added by the client
+ attribute distro_target { xsd:string }?,
# An optional repository type. Will be determined automatically if not
# specified.
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |