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 8b15dae0e9ddda92864d70dd5ca2b2954be863de (commit)
from 29b7862e2e548cf6e757320c217ac51e082e0cb2 (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=8b15dae0e9ddda92864d70dd5ca2b2954be863de
commit 8b15dae0e9ddda92864d70dd5ca2b2954be863de
Author: Franck Villaume <[email protected]>
Date: Thu Jun 8 16:46:20 2017 +0000
enable mediawiki plugin in docker container
diff --git a/docker/Dockerfile b/docker/Dockerfile
index ac1a11a..6ca7269 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -13,14 +13,14 @@ RUN cd /opt/sources/fusionforge && source
./autoinstall/common-backports && \
cvs subversion viewvc python-pycurl git gitweb xinetd \
moin mod_wsgi python-psycopg2 \
unoconv poppler-utils libreoffice-headless \
- cronie && \
+ cronie mediawiki && \
cd src/ && \
make && \
make install-base install-shell install-scm \
install-plugin-scmcvs install-plugin-scmsvn install-plugin-scmgit \
install-plugin-blocks install-plugin-moinmoin \
install-plugin-taskboard install-plugin-message \
- install-plugin-repositoryapi
+ install-plugin-repositoryapi install-plugin-mediawiki
RUN yum --enablerepo=epel install -y supervisor
diff --git a/docker/postinstall.sh b/docker/postinstall.sh
index 5e11a78..5e7e06b 100644
--- a/docker/postinstall.sh
+++ b/docker/postinstall.sh
@@ -1,6 +1,6 @@
#!/bin/bash
/usr/local/share/fusionforge/post-install.d/db/db.sh configure
cd /opt/sources/fusionforge/src
-for pluginname in blocks message scmgit scmsvn taskboard; do
+for pluginname in blocks mediawiki message scmgit scmsvn taskboard; do
make post-install-plugin-${pluginname}
done
-----------------------------------------------------------------------
Summary of changes:
docker/Dockerfile | 4 ++--
docker/postinstall.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits