[Fusionforge-commits] FusionForge branch master updated. 573d9128d7b0e66a50a4d10817eca11d62b8c078
Sylvain Beucler
beuc-inria at fusionforge.org
Mon Dec 1 16:14:37 CET 2014
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 573d9128d7b0e66a50a4d10817eca11d62b8c078 (commit)
from 1a6b6b9a9f556c97856bf18aa10ba2d0792e6901 (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 573d9128d7b0e66a50a4d10817eca11d62b8c078
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date: Mon Dec 1 16:14:32 2014 +0100
testsuite: lxc/Makefile is meant to be run as root, drop sudo
diff --git a/tests/buildbot/lxc/Makefile b/tests/buildbot/lxc/Makefile
index bc7d707..83686ea 100644
--- a/tests/buildbot/lxc/Makefile
+++ b/tests/buildbot/lxc/Makefile
@@ -9,19 +9,19 @@ help:
checkdepends: /usr/bin/lxc-start /lib/bridge-utils /usr/bin/netmask /usr/sbin/rinse /usr/sbin/tunctl
/usr/bin/lxc-start:
- @[ -f $@ ] || sudo apt-get install lxc
+ @[ -f $@ ] || apt-get install lxc
/lib/bridge-utils:
- @[ -d $@ ] || sudo apt-get install bridge-utils
+ @[ -d $@ ] || apt-get install bridge-utils
/usr/bin/netmask:
- @[ -f $@ ] || sudo apt-get install netmask
+ @[ -f $@ ] || apt-get install netmask
/usr/sbin/rinse:
- @[ -f $@ ] || sudo apt-get install rinse
+ @[ -f $@ ] || apt-get install rinse
/usr/sbin/tunctl:
- @[ -f $@ ] || sudo apt-get install uml-utilities
+ @[ -f $@ ] || apt-get install uml-utilities
installtemplate: /usr/local/sbin/lxc-wrapper
-----------------------------------------------------------------------
Summary of changes:
tests/buildbot/lxc/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
FusionForge
More information about the Fusionforge-commits
mailing list