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 411623ae28f8f88102aacb4f012ba09530b0266e (commit)
from ba150598e986aaf830b6a0883bd9a7eac1346789 (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=411623ae28f8f88102aacb4f012ba09530b0266e
commit 411623ae28f8f88102aacb4f012ba09530b0266e
Author: Sylvain Beucler <[email protected]>
Date: Tue Jun 30 10:52:21 2015 +0200
testsuite: add missing deps in buildbot Makefile
diff --git a/tests/buildbot/lxc/Makefile b/tests/buildbot/lxc/Makefile
index 83686ea..039e8aa 100644
--- a/tests/buildbot/lxc/Makefile
+++ b/tests/buildbot/lxc/Makefile
@@ -6,7 +6,7 @@ default: checkdepends installtemplate
help:
@echo "read the Makefile to see available targets"
-checkdepends: /usr/bin/lxc-start /lib/bridge-utils /usr/bin/netmask
/usr/sbin/rinse /usr/sbin/tunctl
+checkdepends: /usr/bin/lxc-start /lib/bridge-utils /usr/bin/netmask
/usr/sbin/debootstrap /usr/sbin/rinse /usr/bin/yum /usr/sbin/tunctl
/usr/bin/lxc-start:
@[ -f $@ ] || apt-get install lxc
@@ -17,9 +17,15 @@ checkdepends: /usr/bin/lxc-start /lib/bridge-utils
/usr/bin/netmask /usr/sbin/ri
/usr/bin/netmask:
@[ -f $@ ] || apt-get install netmask
+/usr/sbin/debootstrap:
+ @[ -f $@ ] || apt-get install debootstrap
+
/usr/sbin/rinse:
@[ -f $@ ] || apt-get install rinse
+/usr/bin/yum:
+ @[ -f $@ ] || apt-get install yum
+
/usr/sbin/tunctl:
@[ -f $@ ] || apt-get install uml-utilities
-----------------------------------------------------------------------
Summary of changes:
tests/buildbot/lxc/Makefile | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits