[Pkg-ganeti-devel] [SCM] Ganeti packaging branch, master, updated. debian/2.7.0-1-31-g53f0717

Apollon Oikonomopoulos apoikos at gmail.com
Wed Jul 17 20:44:07 UTC 2013


The following commit has been merged in the master branch:
commit 20244c9ef33a1a63d693dccb1b298309640ce41b
Author: Apollon Oikonomopoulos <apoikos at gmail.com>
Date:   Fri Jul 12 22:13:54 2013 +0300

    Do not run check-local tests during build

diff --git a/debian/patches/0003-Disable-local-checks-during-build.patch b/debian/patches/0003-Disable-local-checks-during-build.patch
new file mode 100644
index 0000000..4ff6c30
--- /dev/null
+++ b/debian/patches/0003-Disable-local-checks-during-build.patch
@@ -0,0 +1,26 @@
+From: Apollon Oikonomopoulos <apoikos at gmail.com>
+Date: Fri, 12 Jul 2013 22:11:26 +0300
+Subject: Disable local checks during build
+
+check-local runs a series of tests clearly intended for the local developer's
+machines that give false positives e.g. because of the presense of debian/.
+
+Forwarded: no
+Last-Update: 2013-07-12
+---
+ Makefile.in |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 2936193..a1890e5 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -2571,7 +2571,7 @@ distcleancheck: distclean
+ 	       exit 1; } >&2
+ check-am: all-am
+ 	$(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
+-	$(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
++	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
+ check: check-am
+ all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
+ installdirs:
diff --git a/debian/patches/series b/debian/patches/series
index 62f588b..7011cb7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-startup-with-old-config.patch
 cfgupgrade12-remove-old-ssconf.patch
+0003-Disable-local-checks-during-build.patch

-- 
Ganeti packaging



More information about the Pkg-ganeti-devel mailing list