summaryrefslogtreecommitdiffstats
path: root/schemas/pkgtype.xsd
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-11-01 00:08:00 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-30 01:22:51 +0100
commitbe0714757cbd4dc4748855e72bcec4476fd07e38 (patch)
treeae7701cd7e5021148fe8d67be4ed4ca8addfc3ab /schemas/pkgtype.xsd
parent782b72a67360882c7637ab3be4b5e7f62e01cbe6 (diff)
downloadbcfg2-be0714757cbd4dc4748855e72bcec4476fd07e38.tar.gz
bcfg2-be0714757cbd4dc4748855e72bcec4476fd07e38.tar.bz2
bcfg2-be0714757cbd4dc4748855e72bcec4476fd07e38.zip
Packages: add src attribute to package definition
using the src attribute, you could pin a package to a named source
Diffstat (limited to 'schemas/pkgtype.xsd')
-rw-r--r--schemas/pkgtype.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/pkgtype.xsd b/schemas/pkgtype.xsd
index 2de44b1d7..c49b4f53b 100644
--- a/schemas/pkgtype.xsd
+++ b/schemas/pkgtype.xsd
@@ -19,6 +19,7 @@
<xsd:attribute type="xsd:string" name="verify" use="optional"/>
<xsd:attribute type="PackageGroupTypeEnum" name="type"
use="optional"/>
+ <xsd:attribute type="xsd:string" name="src" use="optional"/>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>