[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1892-gcdae51e

Franck Villaume nerville at libremir.placard.fr.eu.org
Fri Jun 2 15:18:45 CEST 2017


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  cdae51e31a72db475069e2b65c726b72e18ae9a4 (commit)
      from  4e11248797ded092f91a32bfef36b21d804904b0 (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=cdae51e31a72db475069e2b65c726b72e18ae9a4

commit cdae51e31a72db475069e2b65c726b72e18ae9a4
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Jun 2 13:17:47 2017 +0000

    fusionforge docker: support cronjobs

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 1239908..6a2c9a0 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -12,7 +12,8 @@ RUN cd /opt/sources/fusionforge && source ./autoinstall/common-backports && \
          httpd mod_dav_svn mod_ssl postgresql-server postgresql-contrib nscd \
          cvs subversion viewvc python-pycurl git gitweb xinetd \
          moin mod_wsgi python-psycopg2 \
-         unoconv poppler-utils libreoffice-headless && \
+         unoconv poppler-utils libreoffice-headless \
+         cronie && \
     cd src/ && \
     make && \
     make install-base install-shell install-scm \
diff --git a/docker/supervisord.conf b/docker/supervisord.conf
index 631427c..32ef9ef 100644
--- a/docker/supervisord.conf
+++ b/docker/supervisord.conf
@@ -74,3 +74,7 @@ autorestart=true
 command=/usr/sbin/httpd -DFOREGROUND
 autorestart=true
 priority=900
+
+[program:crond]
+command=/usr/sbin/crond -n
+autorestart=true

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

Summary of changes:
 docker/Dockerfile       | 3 ++-
 docker/supervisord.conf | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list