[Fusionforge-commits] FusionForge branch Branch_5_2 updated. 214a297673cb03b9afb64b23fa7c1e3ec8d9e1b9

Roland Mas lolando at fusionforge.org
Tue Feb 12 15:57:36 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_2 has been updated
       via  214a297673cb03b9afb64b23fa7c1e3ec8d9e1b9 (commit)
      from  52430d8873ea04568050162756eecb03e85b9d7a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 214a297673cb03b9afb64b23fa7c1e3ec8d9e1b9
Author: Roland Mas <lolando at debian.org>
Date:   Tue Feb 12 15:57:20 2013 +0100

    Disable nscd during testsuite on Debian

diff --git a/tests/scripts/fusionforge-build-and-test-deb.sh b/tests/scripts/fusionforge-build-and-test-deb.sh
index 4735b82..bc4cf49 100755
--- a/tests/scripts/fusionforge-build-and-test-deb.sh
+++ b/tests/scripts/fusionforge-build-and-test-deb.sh
@@ -99,6 +99,7 @@ ssh root@$HOST "LANG=C a2dissite default ; LANG=C invoke-rc.d apache2 reload"
 ssh root@$HOST "(echo [core];echo use_ssl=no) > /etc/gforge/config.ini.d/zzz-buildbot.ini"
 ssh root@$HOST "(echo [moinmoin];echo use_frame=no) >> /etc/gforge/config.ini.d/zzz-buildbot.ini"
 ssh root@$HOST "(echo [mediawiki];echo unbreak_frames=yes) >> /etc/gforge/config.ini.d/zzz-buildbot.ini"
+ssh root@$HOST "service nscd stop"
 
 # Dump database
 echo "Dump freshly installed database"

-----------------------------------------------------------------------

Summary of changes:
 tests/scripts/fusionforge-build-and-test-deb.sh |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list