summaryrefslogtreecommitdiffstats
path: root/schemas/packages.xsd
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-11-01 00:06:17 +0100
committerAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>2022-01-23 19:57:33 +0100
commit830007663cf2d83ccaa58f9c6caa8f461f6d8234 (patch)
tree3733bd0ff4b80b469ee6c5d3e4e46f3c2646329f /schemas/packages.xsd
parent3842939e7d94373a8a4d4214072c9b24b1e32b6d (diff)
downloadbcfg2-830007663cf2d83ccaa58f9c6caa8f461f6d8234.tar.gz
bcfg2-830007663cf2d83ccaa58f9c6caa8f461f6d8234.tar.bz2
bcfg2-830007663cf2d83ccaa58f9c6caa8f461f6d8234.zip
Packages: Add priority to sources and sort them
Diffstat (limited to 'schemas/packages.xsd')
-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>