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 3e66db2e730b6331499fdfc28abf12ba1643b0a1 (commit)
from bd41acd8e21243858b6043f4834cf9034b1c0ba2 (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 3e66db2e730b6331499fdfc28abf12ba1643b0a1
Author: Roland Mas <[email protected]>
Date: Thu Apr 9 12:45:12 2015 +0200
Install the haveged daemon to increase the amount of available entropy in
the buildbot VM
diff --git a/tests/buildbot/fusionforge-build-and-test.sh
b/tests/buildbot/fusionforge-build-and-test.sh
index 662bbd1..0ed402a 100755
--- a/tests/buildbot/fusionforge-build-and-test.sh
+++ b/tests/buildbot/fusionforge-build-and-test.sh
@@ -75,11 +75,12 @@ if [ $INSTALL_OS == "debian" ]; then
fi
if [ $INSTALL_OS == "debian" ]; then
- ssh root@$HOST "apt-get install -y rsync"
+ ssh root@$HOST "apt-get install -y rsync haveged"
else
ssh root@$HOST "yum install -y rsync"
setup_epel_repo
setup_epel_testing_repo
+ ssh root@$HOST "yum --enablerepo=epel install -y haveged"
fi
rsync -av --delete autoinstall src tests root@$HOST:/usr/src/fusionforge/
if [ $INSTALL_METHOD = "src" ]; then
-----------------------------------------------------------------------
Summary of changes:
tests/buildbot/fusionforge-build-and-test.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits