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  2c9981c424ed68cc85826d03a3fb5e9c7ca3c2a6 (commit)
      from  7489e12d4d38d3b50d809402c9c0105c33bfce52 (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=2c9981c424ed68cc85826d03a3fb5e9c7ca3c2a6

commit 2c9981c424ed68cc85826d03a3fb5e9c7ca3c2a6
Author: Roland Mas <[email protected]>
Date:   Thu Mar 24 16:35:28 2016 +0100

    Fixed /etc/hosts to also include FQDN

diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index 4e6e99f..d2b5577 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -78,7 +78,7 @@ install_selenium() {
     
     # Add alias to /etc/hosts
     if ! grep -q ^$(hostname -i) /etc/hosts ; then
-       echo $(hostname -i) $(hostname) >> /etc/hosts
+       echo $(hostname -i) $(hostname -f) $(hostname)>> /etc/hosts
     fi
     grep -q "^$(hostname -i).*$(forge_get_config scm_host)" /etc/hosts || sed 
-i -e "s/^$(hostname -i).*/& $(forge_get_config scm_host)/" /etc/hosts
     

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

Summary of changes:
 tests/func_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to