summaryrefslogtreecommitdiffstats
path: root/schemas/packages.xsd
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-03-01 01:07:05 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-06-29 16:28:46 +0200
commit3fc2be3219d6ceefd11a67ebf31751ff9c8382e9 (patch)
tree5208f18254b9368b64756a8d6cb47fe16524ca95 /schemas/packages.xsd
parent40172146f84d7aa7a009725f42f83c5aac6468d0 (diff)
downloadbcfg2-3fc2be3219d6ceefd11a67ebf31751ff9c8382e9.tar.gz
bcfg2-3fc2be3219d6ceefd11a67ebf31751ff9c8382e9.tar.bz2
bcfg2-3fc2be3219d6ceefd11a67ebf31751ff9c8382e9.zip
Packages/Apt: add pin attribute for extra pinning information
Diffstat (limited to 'schemas/packages.xsd')
-rw-r--r--schemas/packages.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index be8595fe2..e1d9a3945 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -230,6 +230,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:complexType>
<xsd:complexType name="PackagesGroupType">