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 ba4fd14c6ad1f55b47923b21a3254d0f1a076b38 (commit)
from f7b8e4f54e2456a67aa7faab8c81d477fb83f154 (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=ba4fd14c6ad1f55b47923b21a3254d0f1a076b38
commit ba4fd14c6ad1f55b47923b21a3254d0f1a076b38
Author: Roland Mas <[email protected]>
Date: Tue Jan 19 17:46:44 2021 +0100
Install composer on CentOS
diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index ad420fb..21fa71a 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -78,7 +78,11 @@ install_selenium() {
fi
else
yum -y install wget firefox java-1.8.0-openjdk
- yum --enablerepo=epel install -y psmisc net-tools patch
+ yum --enablerepo=epel install -y psmisc net-tools patch php-cli
php-zip unzip
+ pushd $(mktemp -d)
+ php -r "copy('https://getcomposer.org/installer',
'composer-setup.php');"
+ php composer-setup.php --install-dir=/usr/local/bin
--filename=composer
+ popd
fi
mkdir -p /usr/local/share/php
pushd /usr/local/share/php
-----------------------------------------------------------------------
Summary of changes:
tests/func_tests.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits