summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-06-07 02:34:57 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-06-07 02:35:55 +0200
commit2b552b9db5af86c0fb5ab2d3b71a6d47fa39ad73 (patch)
treec943fc70f2b754adbed599060253d2969d1a8fc9
parent9172ea9e4283e5c1075213edcac081ab317302aa (diff)
downloadbcfg2-2b552b9db5af86c0fb5ab2d3b71a6d47fa39ad73.tar.gz
bcfg2-2b552b9db5af86c0fb5ab2d3b71a6d47fa39ad73.tar.bz2
bcfg2-2b552b9db5af86c0fb5ab2d3b71a6d47fa39ad73.zip
schemas/pathentry: add missing attributes for Path type=vcsdebian/1.2.3-16
-rw-r--r--debian/changelog6
-rw-r--r--schemas/pathentry.xsd3
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4414147a1..d8250df4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bcfg2 (1.2.3-16) unstable; urgency=low
+
+ * schemas/pathentry: add missing attributes for Path type=vcs
+
+ -- Alexander Sulfrian <alex@spline.inf.fu-berlin.de> Fri, 07 Jun 2013 02:35:48 +0200
+
bcfg2 (1.2.3-15) unstable; urgency=low
* Client/Tools/POSIX: only execute needed directory installs
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd
index 315b0082e..90762b023 100644
--- a/schemas/pathentry.xsd
+++ b/schemas/pathentry.xsd
@@ -36,6 +36,9 @@
<xsd:attribute type='xsd:string' name='minor' use='optional'/>
<xsd:attribute type='xsd:string' name='mode' use='optional'/>
<!-- end device attributes -->
+ <xsd:attribute type='xsd:string' name='vcstype'/>
+ <xsd:attribute type='xsd:string' name='revision'/>
+ <xsd:attribute type='xsd:string' name='sourceurl'/>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>
</xsd:schema>