summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-11-01 00:07:28 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2014-02-26 13:38:15 +0100
commite6e1f42847878c7abf0f4e454f84e510fe96f688 (patch)
tree4dc0d02f914684be30e56177b18c3365928b9f11 /schemas
parentd4e45079dbe7a394ee5b862490a08f8909442144 (diff)
downloadbcfg2-e6e1f42847878c7abf0f4e454f84e510fe96f688.tar.gz
bcfg2-e6e1f42847878c7abf0f4e454f84e510fe96f688.tar.bz2
bcfg2-e6e1f42847878c7abf0f4e454f84e510fe96f688.zip
Packages: add name to sources
Diffstat (limited to 'schemas')
-rw-r--r--schemas/packages.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index 0fd3f6647..be8595fe2 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -221,6 +221,15 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute type="xsd:string" name="name">
+ <xsd:annotation>
+ <xsd:documentation>
+ The name of the source to refer to that specify source
+ for specific packages. It could be used like pinning under
+ debian.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
</xsd:complexType>
<xsd:complexType name="PackagesGroupType">