Author: aurel32
Date: 2009-02-25 14:33:33 +0000 (Wed, 25 Feb 2009)
New Revision: 3312

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/build.mk
Log:
  * debian/rules.d/build.mk: disable the testsuite on ball/mayr/mayer/rem
    build daemons.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-02-24 23:31:12 UTC (rev 
3311)
+++ glibc-package/trunk/debian/changelog        2009-02-25 14:33:33 UTC (rev 
3312)
@@ -17,6 +17,8 @@
     remove PI futexes failures.
   * patches/all/submitted-readme-version.diff: fix the upstream version
     number in upstream README.  Closes: bug#516908.
+  * debian/rules.d/build.mk: disable the testsuite on ball/mayr/mayer/rem
+    build daemons.
 
  -- Aurelien Jarno <aure...@debian.org>  Tue, 24 Feb 2009 22:52:00 +0100
 

Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk 2009-02-24 23:31:12 UTC (rev 
3311)
+++ glibc-package/trunk/debian/rules.d/build.mk 2009-02-25 14:33:33 UTC (rev 
3312)
@@ -105,6 +105,8 @@
          echo "Flavour cross-compiled, tests have been skipped." | tee 
$(log_results) ; \
        elif ! $(call kernel_check,$(call xx,MIN_KERNEL_SUPPORTED)); then \
          echo "Kernel too old, tests have been skipped." | tee $(log_results) 
; \
+       elif hostname | grep -q -E 'ball|mayr|mayer|rem' ; then \
+         echo "Buggy build daemon detected, tests have been skipped." | tee 
$(log_results) ; \
        elif [ $(call xx,RUN_TESTSUITE) != "yes" ]; then \
          echo "Testsuite disabled for $(curpass), skipping tests."; \
          echo "Tests have been disabled." > $(log_results) ; \


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to