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  b47ab91ef13f116dfbf3debed68c6edea6066c84 (commit)
      from  f3b33877e98c86b38a14686f200e8a8db02ce8df (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=b47ab91ef13f116dfbf3debed68c6edea6066c84

commit b47ab91ef13f116dfbf3debed68c6edea6066c84
Author: Franck Villaume <[email protected]>
Date:   Sun Mar 24 15:03:41 2019 +0100

    disable plugin mediawiki install on debian

diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index 572003e..06eed44 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -95,8 +95,10 @@ fi
                install-plugin-scmcvs install-plugin-scmsvn 
install-plugin-scmgit install-plugin-scmbzr install-plugin-scmhg \
                install-plugin-blocks install-plugin-moinmoin \
                install-plugin-taskboard install-plugin-message \
-               install-plugin-repositoryapi \
-               install-plugin-mediawiki
+               install-plugin-repositoryapi
+       if [ -e /etc/centos-release -o -e /etc/SuSE-release ]; then
+               make install-plugin-mediawiki
+       fi
        if [ -e /etc/centos-release -o -e /etc/debian-release ]; then
                make install-plugin-phptextcaptcha
        fi

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

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