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  9f63442abedf8aa40cd75efcf3bc976e368c43e1 (commit)
      from  2943f0f8cfd2ac1a66dd7690e03888b52f24c5d4 (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=9f63442abedf8aa40cd75efcf3bc976e368c43e1

commit 9f63442abedf8aa40cd75efcf3bc976e368c43e1
Author: Franck Villaume <[email protected]>
Date:   Tue Aug 6 12:07:10 2019 +0200

    fix debian 9 autoinstall. Broken by debian 10 support.

diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index aab1dfc..1a0f370 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -1,10 +1,10 @@
 #!/bin/bash
 # Install FusionForge from source
 #
-# Copyright (C) 2011  Roland Mas
-# Copyright (C) 2011  Olivier Berger - Institut Telecom
-# Copyright (C) 2014  Inria (Sylvain Beucler)
-# Copyright 2017, Franck Villaume - TrivialDev
+# Copyright (C) 2011, 2019, Roland Mas
+# Copyright (C) 2011, Olivier Berger - Institut Telecom
+# Copyright (C) 2014, Inria (Sylvain Beucler)
+# Copyright 2017,2019, Franck Villaume - TrivialDev
 #
 # This file is part of FusionForge. FusionForge is free software;
 # you can redistribute it and/or modify it under the terms of the
@@ -43,17 +43,16 @@ if [ -e /etc/debian_version ]; then
                        fonts-dejavu-core
                apt-get -y install mediawiki -t jessie-backports
        elif grep -q ^9 /etc/debian_version; then
-               apt-get install -y make gettext php5-cli php5-pgsql 
php-htmlpurifier php-http php-text-captcha \
+               apt-get install -y make gettext php-cli php-pgsql 
php-htmlpurifier php-http php-text-captcha php-soap \
                        libapache2-mpm-itk libapache2-mod-svn \
-                       libapache2-mod-php5 \
+                       libapache2-mod-php \
                        apache2 postgresql postgresql-contrib libnss-pgsql2 
unscd \
-                       cvs subversion viewvc python-pycurl git mercurial bzr 
loggerhead xinetd \
+                       cvs subversion viewvc python-pycurl libcgi-pm-perl git 
mercurial bzr xinetd \
                        python-moinmoin libapache2-mod-wsgi python-psycopg2 \
                        unoconv poppler-utils dpkg-dev \
                        libmarkdown-php \
                        vsftpd \
-                       fonts-dejavu-core
-               apt-get -y install mediawiki -t jessie-backports
+                       fonts-dejavu-core mediawiki
        else
                apt-get install -y make gettext php-cli php-pgsql 
php-htmlpurifier php-http php-soap \
                        libapache2-mpm-itk libapache2-mod-svn \

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

Summary of changes:
 autoinstall/install-src.sh | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to