gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/debian gforge-db-postgresql.cron.d,1.6,1.7


From: cbayle
Subject: [Gforge-commits] gforge/debian gforge-db-postgresql.cron.d,1.6,1.7
Date: Wed, 05 May 2004 17:01:44 -0500

Update of /cvsroot/gforge/gforge/debian
In directory db.perdue.net:/tmp/cvs-serv926/debian

Modified Files:
        gforge-db-postgresql.cron.d 
Log Message:
Reorganizing, cleaning, addind


Index: gforge-db-postgresql.cron.d
===================================================================
RCS file: /cvsroot/gforge/gforge/debian/gforge-db-postgresql.cron.d,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gforge-db-postgresql.cron.d 10 Jan 2004 22:14:05 -0000      1.6
+++ gforge-db-postgresql.cron.d 5 May 2004 22:01:42 -0000       1.7
@@ -2,9 +2,6 @@
 # Regular cron jobs for the gforge-db-postgresql package
 #
 
-# Grab projects from trove map and put into foundry_projects table
-15 1 * * * gforge [ -x /usr/lib/gforge/bin/populate_foundries.php ] && 
/usr/lib/gforge/bin/populate_foundries.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
-
 # Recalculate user popularity metric
 25 1 * * * gforge [ -x /usr/lib/gforge/bin/calculate_user_metric.php ] && 
/usr/lib/gforge/bin/calculate_user_metric.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
 
@@ -23,30 +20,26 @@
 # Daily close pending artifacts
 43 1 * * * gforge [ -x /usr/lib/gforge/bin/check_stale_tracker_items.php ] && 
/usr/lib/gforge/bin/check_stale_tracker_items.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
 
-# Daily project metrics
-#45 1 * * * gforge [ -x /usr/lib/gforge/bin/project_metric.php ] && 
/usr/lib/gforge/bin/project_metric.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
-
 # Weekly project metrics
 50 1 * * Mon gforge [ -x /usr/lib/gforge/bin/project_weekly_metric.php ] && 
/usr/lib/gforge/bin/project_weekly_metric.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
 
-# Database vacuuming
-# Theoretically unneeded: postgres does it at 4:00 by default
-# 0 2 * * * gforge [ -x /usr/lib/gforge/bin/vacuum.php ] && 
/usr/lib/gforge/bin/vacuum.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
-
 # Daily rotation of the activity_log
 0 0 * * * gforge [ -x /usr/lib/gforge/bin/rotate_activity.php ] && 
/usr/lib/gforge/bin/rotate_activity.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
 
 # Daily aggregating of the numbers
 15 0 * * * gforge [ -x /usr/lib/gforge/bin/site_stats.php ] && 
/usr/lib/gforge/bin/site_stats.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
 
-# Daily sweep of the HTTP log files for stats information
-25 0 * * * gforge [ -x /usr/lib/gforge/bin/stats_logparse.sh ] && 
/usr/lib/gforge/bin/stats_logparse.sh > /dev/null 2>&1
-
 # Daily sweep of the stats into final tables
 45 0 * * * gforge [ -x /usr/lib/gforge/bin/db_stats_agg.php ] && 
/usr/lib/gforge/bin/db_stats_agg.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
 
+# Hourly sending of mass e-mailings
+48 * * * * gforge [ -x /usr/lib/gforge/bin/massmail.php ] && 
/usr/lib/gforge/bin/massmail.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
+
+# Weekly db vacuum
+50 2 * * Mon gforge [ -x /usr/lib/gforge/bin/vacuum.php ] && 
/usr/lib/gforge/bin/vacuum.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
+
 # Daily sweep of the HTTP log files for project activity
 15 0 * * * gforge [ -x /usr/lib/gforge/bin/stats_projects_logparse.pl ] && 
/usr/lib/gforge/bin/stats_projects_logparse.pl -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
 
-# Hourly sending of mass e-mailings
-48 * * * * gforge [ -x /usr/lib/gforge/bin/massmail.php ] && 
/usr/lib/gforge/bin/massmail.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
+# Daily mail for not approved news
+30 17 * * * root [ -x /usr/lib/gforge/bin/get_news_notapproved.pl ] && 
/usr/lib/gforge/bin/get_news_notapproved.pl > /dev/null 2>&1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]