[Fusionforge-commits] r7357 - trunk/gforge/cron.d

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Mon Apr 6 22:12:51 CEST 2009


Author: aljeux
Date: 2009-04-06 22:12:51 +0200 (Mon, 06 Apr 2009)
New Revision: 7357

Modified:
   trunk/gforge/cron.d/cron.fusionforge
Log:
Tarball cron: adding get_news_notapproved.pl, uncommented mails, commented boring daily_task_email.php

Modified: trunk/gforge/cron.d/cron.fusionforge
===================================================================
--- trunk/gforge/cron.d/cron.fusionforge	2009-04-06 20:07:58 UTC (rev 7356)
+++ trunk/gforge/cron.d/cron.fusionforge	2009-04-06 20:12:51 UTC (rev 7357)
@@ -60,8 +60,10 @@
 # Weekly db vacuum (should be done after ALL OTHER JOBS)
 50 2 * * 1 $FFUSER $PHP $FFCRON/vacuum.php
 
+# this cronjob send a mail to the admin with all news that have been posted less than 30 days and that have not be validated.
+# Daily mail for not approved news
+30 17 * * * root $FFCRON/get_news_notapproved.pl
 
-
 # Daily site backup
 0 2 * * *  root $PHP $FFCRON/backup_site.php
 
@@ -70,13 +72,13 @@
 #
 
 # Create the new mailing lists
-#06 * * * * root $PHP $FFCRON/mail/mailing_lists_create.php
+06 * * * * root $PHP $FFCRON/mail/mailing_lists_create.php
 
 # Create the /etc/aliases file
-#08 * * * * root $PHP $FFCRON/mail/mailaliases.php
+08 * * * * root $PHP $FFCRON/mail/mailaliases.php
 
 # Send email to users with pending tasks
-30 5 * * 1,2,3,4,5 root $PHP $FFCRON/daily_task_email.php
+#30 5 * * 1,2,3,4,5 root $PHP $FFCRON/daily_task_email.php
 
 # Create the /etc/* files needed for CVS
 10 * * * * root $PHP $GFORGE/plugins/scmcvs/cronjobs/usergroup.php




More information about the Fusionforge-commits mailing list