[evolvis-commits] r13894: Replace crons after scm rewrite

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 03:34:46 CET 2011


Author: mirabilos
Date: 2011-02-28 03:34:46 +0100 (Mon, 28 Feb 2011)
New Revision: 13894

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/packaging/cron.d/cron.fusionforge
Log:
Replace crons after scm rewrite

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/packaging/cron.d/cron.fusionforge
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/packaging/cron.d/cron.fusionforge	2011-02-28 02:34:43 UTC (rev 13893)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/packaging/cron.d/cron.fusionforge	2011-02-28 02:34:46 UTC (rev 13894)
@@ -60,6 +60,20 @@
 # Weekly db vacuum (should be done after ALL OTHER JOBS)
 50 2 * * 1 $FFUSER $PHP $FFCRON/vacuum.php
 
+# Create SCM repositories
+0 * * * * root $PHP $FFCRON/create_scm_repos.php
+
+# Gather commit stats from SCM repositories
+2 * * * * root $PHP $FFCRON/gather_scm_stats.php
+
+# Generate snapshots and tarballs from SCM repositories
+3 * * * * root $PHP $FFCRON/generate_scm_snapshots.php
+
+# this cronjob analyse the apache log and instert them in the db table stats_subd_pages
+# this is not used in fusionforge IHM.
+# Daily sweep of the HTTP log files for project activity
+#15 0 * * * $FFUSER $FFCRON/stats_projects_logparse.pl
+
 # 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
@@ -86,30 +100,6 @@
 # Upload the SSH key files needed for CVS
 15 * * * * root $PHP $GFORGE/plugins/scmcvs/cronjobs/ssh_create.php
 
-# Create the blank cvs trees
-20 * * * * root $PHP $GFORGE/plugins/scmcvs/cronjobs/cvs.php
-
-# Create CVS tarballs
-5 2 * * * root $PHP $GFORGE/plugins/scmcvs/cronjobs/tarballs.php
-
-# Create CVS snapshots
-# CVSROOT and SCMSNAPSHOTSDIR variables are hard-coded in the script, so
-# you'll have to edit the script if necessary.
-#
-35 2 * * * root /bin/sh $GFORGE/plugins/scmcvs/cronjobs/snapshots.sh generate
-
-# Create the blank svn trees for SVN-over-DAV
-# (all repositories owned by apache)
-21 * * * * root $PHP $GFORGE/plugins/scmsvn/cronjobs/create_svn.php
-
-# Create SVN snapshots
-# SVNROOT and SCMSNAPSHOTSDIR variables are hard-coded in the script, so
-# you'll have to edit the script if necessary.
-35 3 * * * root /bin/sh $GFORGE/plugins/scmsvn/cronjobs/snapshots.sh generate
-
-# Daily SVN stats collection
-20 1 * * * root $PHP $GFORGE/plugins/scmsvn/cronjobs/svn-stats.php
-
 # Create SVN tarballs
 5 3 * * * root $PHP $GFORGE/plugins/scmsvn/cronjobs/tarballs.php
 



More information about the evolvis-commits mailing list