[Fusionforge-commits] FusionForge branch 6.0 updated. v6.0.1-32-gf75251f

Sylvain Beucler beuc-inria at libremir.placard.fr.eu.org
Tue Jun 30 11:39:49 CEST 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, 6.0 has been updated
       via  f75251fb1af02798645a1e6bf7f4ee7eaf833ac9 (commit)
      from  411623ae28f8f88102aacb4f012ba09530b0266e (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=f75251fb1af02798645a1e6bf7f4ee7eaf833ac9

commit f75251fb1af02798645a1e6bf7f4ee7eaf833ac9
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Tue Jun 30 11:38:10 2015 +0200

    testsuite: fix avahi package name on centos

diff --git a/tests/buildbot/lxc/lxc-wrapper b/tests/buildbot/lxc/lxc-wrapper
index 68778d7..22f8e27 100755
--- a/tests/buildbot/lxc/lxc-wrapper
+++ b/tests/buildbot/lxc/lxc-wrapper
@@ -71,7 +71,7 @@ case $cmd in
 	    case $host in
 		centos7)
 		    chroot $cachedir usermod --expiredate $(date +"%Y-%m-%d" -d "1 year") root
-		    chroot $cachedir yum install -y avahi-autoipd avahi-daemon nscd
+		    chroot $cachedir yum install -y avahi-autoipd avahi nscd
 		    # Fix nscd restart and stalled avahi pid files
 		    rm -rf $cachedir/var/run/
 		    ln -s ../run $cachedir/var/

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

Summary of changes:
 tests/buildbot/lxc/lxc-wrapper | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list