[Fusionforge-commits] FusionForge branch 6.1 updated. v6.1-14-gef313f7

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Nov 25 19:49:17 CET 2018


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.1 has been updated
       via  ef313f7c088b2ca1529c29cea068883d1a6a2b79 (commit)
      from  19bfb8ad94a987edd99655cbe4bc270c727f39c9 (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=ef313f7c088b2ca1529c29cea068883d1a6a2b79

commit ef313f7c088b2ca1529c29cea068883d1a6a2b79
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Nov 25 19:49:04 2018 +0100

    another try to downgrade ff in debian

diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index c96f7e5..b198faf 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -67,7 +67,8 @@ install_selenium() {
 	# psmisc for db_reload.sh:killall
 	# rsyslog to get e.g. sshd error log
 	if [ -e /etc/debian_version ]; then
-		apt-get -y install wget default-jre iceweasel=52.9.0esr-1~deb9u1
+		ICEWEASEL_VERSION=`apt-cache show iceweasel | grep Version | grep -v 60 | cut -f 2 -d' '`
+		apt-get -y install wget default-jre iceweasel=$ICEWEASEL_VERSION
 		if grep -q ^8 /etc/debian_version; then
 		    apt-get -y install phpunit phpunit-selenium patch psmisc patch rsyslog
 		else

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list