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  eba5306231fbb68817bf6f3a9311bd300a1de407 (commit)
      from  f85bb28674bbc1e2bb14b915d09db30eb3778b13 (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=eba5306231fbb68817bf6f3a9311bd300a1de407

commit eba5306231fbb68817bf6f3a9311bd300a1de407
Author: Roland Mas <[email protected]>
Date:   Sat Oct 28 15:29:23 2017 +0200

    Adapt installation from sources to Debian 9 (Stretch)

diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index f946c63..de01afb 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -30,17 +30,30 @@ if [ -e /etc/debian_version ]; then
        export DEBIAN_FRONTEND=noninteractive
        backports_deb
        apt-get update
-       apt-get install -y make gettext php5-cli php5-pgsql php-htmlpurifier 
php-http php-text-captcha \
-               libapache2-mpm-itk libapache2-mod-svn \
-               libapache2-mod-php5 \
-               apache2 postgresql postgresql-contrib libnss-pgsql2 unscd \
-               cvs subversion viewvc python-pycurl git mercurial 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
+       if grep -q ^8 /etc/debian_version; then
+           apt-get install -y make gettext php5-cli php5-pgsql 
php-htmlpurifier php-http php-text-captcha \
+                   libapache2-mpm-itk libapache2-mod-svn \
+                   libapache2-mod-php5 \
+                   apache2 postgresql postgresql-contrib libnss-pgsql2 unscd \
+                   cvs subversion viewvc python-pycurl git mercurial 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
+       else
+           apt-get install -y make gettext php7-cli php7-pgsql 
php-htmlpurifier php-http php-text-captcha \
+                   libapache2-mpm-itk libapache2-mod-svn \
+                   libapache2-mod-php7 \
+                   apache2 postgresql postgresql-contrib libnss-pgsql2 unscd \
+                   cvs subversion viewvc python-pycurl git mercurial xinetd \
+                   python-moinmoin libapache2-mod-wsgi python-psycopg2 \
+                   unoconv poppler-utils dpkg-dev \
+                   libmarkdown-php \
+                   vsftpd \
+                   fonts-dejavu-core mediawiki
+       fi
        if ! dpkg-vendor --is Ubuntu; then
                apt-get install locales-all  # 
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1394929
        fi

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

Summary of changes:
 autoinstall/install-src.sh | 35 ++++++++++++++++++++++++-----------
 1 file changed, 24 insertions(+), 11 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