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, master has been updated
       via  82ae8eb350c37c1bec6124091b71af8b886b8136 (commit)
      from  1fd62b5c9559a78258c1545cfec67acb652044f6 (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=82ae8eb350c37c1bec6124091b71af8b886b8136

commit 82ae8eb350c37c1bec6124091b71af8b886b8136
Author: Franck Villaume <[email protected]>
Date:   Thu Aug 1 08:53:20 2019 +0000

    add missing dependencies: php-pear & php-text-password

diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index 0b03414..0a2f0c1 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -66,8 +66,12 @@ if [ -e /etc/debian_version ]; then
                        vsftpd \
                        fonts-dejavu-core mediawiki
                pushd $(mktemp -d)
+               apt-get install wget php-pear
+               ptpver=1.2.1-2
+               wget 
http://ftp.fr.debian.org/debian/pool/main/p/php-text-password/php-text-password_${ptpver}_all.deb
+               dpkg -i php-text-password_${ptpver}_all.deb
+               rm -f php-text-password_${ptpver}_all.deb
                ptcver=1.0.2-4
-               apt-get install wget
                wget 
http://ftp.fr.debian.org/debian/pool/main/p/php-text-captcha/php-text-captcha_${ptcver}_all.deb
                dpkg -i php-text-captcha_${ptcver}_all.deb
                rm -f php-text-captcha_${ptcver}_all.deb

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

Summary of changes:
 autoinstall/install-src.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

Reply via email to