...to ensure all documentation sources are part of the distribution
tar ball.

Signed-off-by: Klaus Aehlig <[email protected]>
---
 roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg 
b/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg
index 4df7f6a..99def4b 100644
--- a/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg
+++ b/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg
@@ -388,6 +388,13 @@ fdoclint = factory.BuildFactory(steps=[
                haltOnFailure=True,
                usePTY=False),
 
+  ShellCommand(command=MAKE + ["distrebuildcheck"],
+               name="distrebuildcheck",
+               description=["running", "distrebuildcheck"],
+               descriptionDone="distrebuildcheck",
+               haltOnFailure=True,
+               usePTY=False),
+
   # Generate coverage (needs the vcs_version property set)
   ShellCommand(command=MAKE + ["coverage"],
                name="coverage",
-- 
2.2.0.rc0.207.ga3a616c

Reply via email to