summaryrefslogtreecommitdiffstats
path: root/schemas/metadata.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-01-11 22:27:28 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-01-11 22:27:28 +0000
commitb8e51369b9722a388a3b624884d83c45bd71c3de (patch)
tree1d12987af1114b24e1b3c7a576539ba3429514ac /schemas/metadata.xsd
parentda49ed90253b4410009156fbb7e94d144b5b1e65 (diff)
downloadbcfg2-b8e51369b9722a388a3b624884d83c45bd71c3de.tar.gz
bcfg2-b8e51369b9722a388a3b624884d83c45bd71c3de.tar.bz2
bcfg2-b8e51369b9722a388a3b624884d83c45bd71c3de.zip
Add gentoo to the toolset schema
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2657 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/metadata.xsd')
-rw-r--r--schemas/metadata.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/metadata.xsd b/schemas/metadata.xsd
index 7f0a5a7c4..7385f10f9 100644
--- a/schemas/metadata.xsd
+++ b/schemas/metadata.xsd
@@ -10,7 +10,7 @@
<xsd:simpleType name='toolsetType'>
<xsd:restriction base="xsd:string">
- <xsd:pattern value="rh|debian|solaris|aix|auto"/>
+ <xsd:pattern value="rh|debian|solaris|aix|gentoo|auto"/>
</xsd:restriction>
</xsd:simpleType>