summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-03-01 01:07:05 +0100
committerAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>2022-01-23 19:57:46 +0100
commit18c024d69b373af53398157c658bcd2265d5d9c0 (patch)
tree63f4af6d8f939fba6b57a25b1631624b31feac01 /schemas
parent830007663cf2d83ccaa58f9c6caa8f461f6d8234 (diff)
downloadbcfg2-18c024d69b373af53398157c658bcd2265d5d9c0.tar.gz
bcfg2-18c024d69b373af53398157c658bcd2265d5d9c0.tar.bz2
bcfg2-18c024d69b373af53398157c658bcd2265d5d9c0.zip
Packages: Add 'pin' attribute
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>