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>2013-06-29 16:28:45 +0200
commit05ac482e5906e62bb94e159e46270e21cd8c9a2a (patch)
treea5ea6539f6b7b126fb0175592230a1164737c3e1 /schemas
parented2bac220427d278d80eaa8de2e83de2bcab7bce (diff)
downloadbcfg2-05ac482e5906e62bb94e159e46270e21cd8c9a2a.tar.gz
bcfg2-05ac482e5906e62bb94e159e46270e21cd8c9a2a.tar.bz2
bcfg2-05ac482e5906e62bb94e159e46270e21cd8c9a2a.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 e538bb0e7..0fd3f6647 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -211,6 +211,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:complexType>
<xsd:complexType name="PackagesGroupType">