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-11-22 11:41:27 +0100
commit36dbea0e51de6b73b474cde6719b83aaf7abc394 (patch)
tree4848be93b0cb1e5278bafa20c960c20aa57b9e53 /schemas/packages.xsd
parent70dbe68aab413be636f527dc46b64570201521cc (diff)
downloadbcfg2-36dbea0e51de6b73b474cde6719b83aaf7abc394.tar.gz
bcfg2-36dbea0e51de6b73b474cde6719b83aaf7abc394.tar.bz2
bcfg2-36dbea0e51de6b73b474cde6719b83aaf7abc394.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">