[Fusionforge-commits] FusionForge branch master updated. 57eec9c0f492c6518de71c699af6efc35af0859e

Roland Mas lolando at fusionforge.org
Fri Jan 30 14:54:00 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  57eec9c0f492c6518de71c699af6efc35af0859e (commit)
      from  c245c4653d627077da1a088495da91508b79ed47 (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 57eec9c0f492c6518de71c699af6efc35af0859e
Author: Roland Mas <lolando at debian.org>
Date:   Fri Jan 30 14:53:55 2015 +0100

    We don't need cron anymore in lxc-wrapper

diff --git a/tests/buildbot/lxc/lxc-wrapper b/tests/buildbot/lxc/lxc-wrapper
index c88595e..68778d7 100755
--- a/tests/buildbot/lxc/lxc-wrapper
+++ b/tests/buildbot/lxc/lxc-wrapper
@@ -71,16 +71,16 @@ 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 cronie
+		    chroot $cachedir yum install -y avahi-autoipd avahi-daemon nscd
 		    # 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
+		    chroot $cachedir yum install -y avahi-autoipd avahi
 		    ;;
 		centos5)
-		    chroot $cachedir yum install -y avahi vixie-cron
+		    chroot $cachedir yum install -y avahi
 		    ;;
 		debian*)
 		    chroot $cachedir apt-get install --yes \

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list