summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-03-01 01:07:05 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2015-05-10 16:25:26 +0200
commita421270df079eebb4365375e3a39693a21b3a221 (patch)
treeb1f54e2ce2ef7bc670aecd51c419bdb4bfa6680e /schemas
parentd0749e064eb309fec44ed13ef50bbb6ae1ddd3b4 (diff)
downloadbcfg2-a421270df079eebb4365375e3a39693a21b3a221.tar.gz
bcfg2-a421270df079eebb4365375e3a39693a21b3a221.tar.bz2
bcfg2-a421270df079eebb4365375e3a39693a21b3a221.zip
Packages/Apt: add pin attribute for extra pinning information
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 3f2fe4f57..d358a17b3 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -235,6 +235,15 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute type="xsd:string" name="pin">
+ <xsd:annotation>
+ <xsd:documentation>
+ Extra information for pinning. This information is used
+ to differ between the sources. Should be used in the
+ supported format of apt.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>