[Fusionforge-commits] FusionForge branch 6.0 updated. v6.0.3-94-g2c9981c

Roland Mas lolando at libremir.placard.fr.eu.org
Thu Mar 24 16:37:51 CET 2016


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 <lolando at debian.org>
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



More information about the Fusionforge-commits mailing list