[Pkg-ganeti-devel] [ganeti] 07/09: Disable the test suite during build

Apollon Oikonomopoulos apoikos-guest at alioth.debian.org
Thu Sep 19 08:13:27 UTC 2013


This is an automated email from the git hooks/post-receive script.

apoikos-guest pushed a commit to branch experimental
in repository ganeti.

commit 8e3d9da5418b1782e65917c7328dff0ffec520ba
Author: Apollon Oikonomopoulos <apoikos at gmail.com>
Date:   Tue Sep 17 16:49:19 2013 +0300

    Disable the test suite during build
    
    The test suite requires the daemon users to be present at build time, which is
    not going to happen in a real build environment.
---
 debian/changelog |    2 ++
 debian/rules     |    7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 54778d5..6351eb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ganeti (2.8.0~rc3-1) UNRELEASED; urgency=low
 
   * New upstream version (closes: #721824)
   * Enable ganeti daemon user separation
+    - Disable the test suite as it fails when the daemon users are not present
+      in the build system.
 
  -- Apollon Oikonomopoulos <apoikos at gmail.com>  Tue, 17 Sep 2013 15:48:22 +0300
 
diff --git a/debian/rules b/debian/rules
index 5d1a450..aae77eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,11 @@ override_dh_installinit:
 # Disable dh_sphinxdoc for binary-arch, as it will raise an error
 override_dh_sphinxdoc-arch:
 
+# Disable the test suite, as it requires the daemon users to be present
+# at build time.
+override_dh_auto_test:
+
 
 .PHONY: override_dh_auto_configure override_dh_auto_clean override_dh_auto_build \
-	override_dh_installinit override_dh_install-indep override_dh_sphinxdoc-arch
+	override_dh_installinit override_dh_install-indep override_dh_sphinxdoc-arch \
+	override_dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git



More information about the Pkg-ganeti-devel mailing list