summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-10-21 14:58:59 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-10-21 14:58:59 -0500
commit37ee63c35cc1a9378f3167d63a3254d6d3d239a9 (patch)
treeebeb7bb6fc65c3def2fa28bd3c5a21753b5ea5d7 /schemas
parentc91af1486d2969d9938f9f11050b818d825326f3 (diff)
parent2aea371d005e74471b6b601772e847402a9a804e (diff)
downloadbcfg2-37ee63c35cc1a9378f3167d63a3254d6d3d239a9.tar.gz
bcfg2-37ee63c35cc1a9378f3167d63a3254d6d3d239a9.tar.bz2
bcfg2-37ee63c35cc1a9378f3167d63a3254d6d3d239a9.zip
Merge branch 'add-name-for-sources' of https://github.com/AlexanderS/bcfg2 into maint
Diffstat (limited to 'schemas')
-rw-r--r--schemas/packages.xsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index e538bb0e7..8ed07baa9 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -211,6 +211,14 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute type="xsd:string" name="name">
+ <xsd:annotation>
+ <xsd:documentation>
+ Specifiy an explicit name for the source and do not generate
+ it automatically.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
</xsd:complexType>
<xsd:complexType name="PackagesGroupType">