summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-11-01 00:06:17 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2014-11-10 19:56:34 +0100
commit851ece19b416a40c5955b3768511dccb26ff1959 (patch)
tree5e9b73eaad3c15e7517a29690bd4b0c4bc8c86d5 /schemas
parentc6584c62c926e7a92ba99abcf23324dd3dc2befd (diff)
downloadbcfg2-851ece19b416a40c5955b3768511dccb26ff1959.tar.gz
bcfg2-851ece19b416a40c5955b3768511dccb26ff1959.tar.bz2
bcfg2-851ece19b416a40c5955b3768511dccb26ff1959.zip
Packages: add priority to sources and sort according to it
Diffstat (limited to 'schemas')
-rw-r--r--schemas/packages.xsd10
1 files changed, 10 insertions, 0 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index fc5a1356c..3f2fe4f57 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -225,6 +225,16 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute type="xsd:integer" name="priority">
+ <xsd:annotation>
+ <xsd:documentation>
+ The priority of the source. This is used to order the
+ sources. After sorting, the first source, that could
+ deliver the package, is used. If not supplied the default
+ priority is 500.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>