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>2014-02-26 13:38:16 +0100
commit2964ebc7c67e3b36a3ea6ed1cddaa1a85b5e9fe2 (patch)
treefda66158f5ec6a7f686f6a1389096f0886f9c18c /schemas
parentb7258f6dd8c30a4f4ce8149d2e83d4d76f493ea2 (diff)
downloadbcfg2-2964ebc7c67e3b36a3ea6ed1cddaa1a85b5e9fe2.tar.gz
bcfg2-2964ebc7c67e3b36a3ea6ed1cddaa1a85b5e9fe2.tar.bz2
bcfg2-2964ebc7c67e3b36a3ea6ed1cddaa1a85b5e9fe2.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 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">