[evolvis-commits] r8553: Corrected include pa?==?UTF-8?Q?th↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 16:45:36 CET 2011


Author: mirabilos
Date: 2011-02-24 16:45:36 +0100 (Thu, 24 Feb 2011)
New Revision: 8553

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/gforge-db-postgresql.cron.d
Log:
Corrected include path


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/debian/gforge-db-postgresql.cron.d
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/gforge-db-postgresql.cron.d	2011-02-24 15:45:35 UTC (rev 8552)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/gforge-db-postgresql.cron.d	2011-02-24 15:45:36 UTC (rev 8553)
@@ -3,41 +3,41 @@
 #
 
 # 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/lib/gforge/:/usr/lib/gforge/www/include > /dev/null 2>&1
+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/lib/gforge/:/usr/lib/gforge/www/include > /dev/null 2>&1
+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
 
 # Daily recalculate of the sums under the trove map
-30 1 * * * gforge [ -x /usr/lib/gforge/bin/db_trove_maint.php ] && /usr/lib/gforge/bin/db_trove_maint.php -d include_path=/usr/lib/gforge/:/usr/lib/gforge/www/include > /dev/null 2>&1
+30 1 * * * gforge [ -x /usr/lib/gforge/bin/db_trove_maint.php ] && /usr/lib/gforge/bin/db_trove_maint.php -d include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
 
 # Daily deletion of sessions, closing jobs, etc
-35 1 * * * gforge [ -x /usr/lib/gforge/bin/project_cleanup.php ] && /usr/lib/gforge/bin/project_cleanup.php -d include_path=/usr/lib/gforge/:/usr/lib/gforge/www/include > /dev/null 2>&1
+35 1 * * * gforge [ -x /usr/lib/gforge/bin/project_cleanup.php ] && /usr/lib/gforge/bin/project_cleanup.php -d include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
 
 # Daily crunching of survey data and other associated ratings
-40 1 * * * gforge [ -x /usr/lib/gforge/bin/rating_stats.php ] && /usr/lib/gforge/bin/rating_stats.php -d include_path=/usr/lib/gforge/:/usr/lib/gforge/www/include > /dev/null 2>&1
+40 1 * * * gforge [ -x /usr/lib/gforge/bin/rating_stats.php ] && /usr/lib/gforge/bin/rating_stats.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/lib/gforge/:/usr/lib/gforge/www/include > /dev/null 2>&1
+#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/lib/gforge/:/usr/lib/gforge/www/include > /dev/null 2>&1
+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/lib/gforge/:/usr/lib/gforge/www/include > /dev/null 2>&1
+# 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/lib/gforge/:/usr/lib/gforge/www/include > /dev/null 2>&1
+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/lib/gforge/:/usr/lib/gforge/www/include > /dev/null 2>&1
+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/lib/gforge/:/usr/lib/gforge/www/include > /dev/null 2>&1
+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
 
 # 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/lib/gforge/:/usr/lib/gforge/www/include > /dev/null 2>&1
+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



More information about the evolvis-commits mailing list