summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>