[Fusionforge-commits] FusionForge branch master updated. 1a3416963bb644a0f07490e516aa1c9917541c8b

Sylvain Beucler beuc-inria at fusionforge.org
Mon Jan 19 12:15:32 CET 2015


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, master has been updated
       via  1a3416963bb644a0f07490e516aa1c9917541c8b (commit)
      from  6edb5bf5923de95c861c71187acddc85ce1b7020 (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 1a3416963bb644a0f07490e516aa1c9917541c8b
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Mon Jan 19 12:14:30 2015 +0100

    testsuite: fix service restart issues in centos7 lxc template

diff --git a/tests/buildbot/lxc/lxc-wrapper b/tests/buildbot/lxc/lxc-wrapper
index 651758b..82dbdec 100755
--- a/tests/buildbot/lxc/lxc-wrapper
+++ b/tests/buildbot/lxc/lxc-wrapper
@@ -72,8 +72,9 @@ case $cmd in
 		centos7)
 		    chroot $cachedir usermod --expiredate $(date +"%Y-%m-%d" -d "1 year") root
 		    chroot $cachedir yum install -y avahi-autoipd avahi-daemon nscd cronie
-		    # Fix 'service nscd restart' stalling (!?)
-		    sed -i -e s/^PIDFile/#PIDFile/ $cachedir/lib/systemd/system/nscd.service
+		    # Fix nscd restart and stalled avahi pid files
+		    rm -rf $cachedir/var/run/
+		    ln -s ../run $cachedir/var/
 		    ;;
 		centos6)
 		    chroot $cachedir yum install -y avahi-autoipd avahi cronie

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

Summary of changes:
 tests/buildbot/lxc/lxc-wrapper |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list