gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/cronjobs README, 1.6, NONE README.root, 1.4, 1.


From: tperdue
Subject: [Gforge-commits] gforge/cronjobs README, 1.6, NONE README.root, 1.4, 1.5 crontab.in, NONE, 1.1
Date: Tue, 21 Sep 2004 11:54:40 -0500

Update of /cvsroot/gforge/gforge/cronjobs
In directory db.perdue.net:/home/tperdue/share/dev.gforge.org/cronjobs

Modified Files:
        README.root 
Added Files:
        crontab.in 
Removed Files:
        README 
Log Message:
unifying all sample crontabs to crontab.in

--- README DELETED ---

Index: README.root
===================================================================
RCS file: /cvsroot/gforge/gforge/cronjobs/README.root,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- README.root 6 Aug 2004 16:22:43 -0000       1.4
+++ README.root 21 Sep 2004 16:54:37 -0000      1.5
@@ -23,28 +23,3 @@
 
 WHEN YOU ARE SURE IT WORKS AS EXPECTED, you can change usergroup.php 
 FILE_EXTENSION to '' instead of '.new'
-
-
-SAMPLE CRON ENTRIES
-
-MAILTO=""
-
-#
-#      Create the /etc/* files
-#
-10 * * * * ~/gforge3/cronjobs/cvs-cron/usergroup.php
-
-#
-#      Upload the SSH key files
-#
-15 * * * * ~/gforge3/cronjobs/cvs-cron/ssh_create.php
-
-#
-#      Create the blank cvs trees
-#
-20 * * * * ~/gforge3/cronjobs/cvs-cron/cvs.php
-
-#
-#      Daily stats collection
-#
-###incomplete 20 1 * * * ~/gforge3/cronjobs/cvs-cron/history_parse.php

--- NEW FILE: crontab.in ---
#
# GForge
# Copyright 1999-2001 (c) VA Linux Systems
# Copyright 2002-2003 (c) GForge, LLC
# http://gforge.org/
#
# @version   $Id: crontab.in,v 1.1 2004/09/21 16:54:37 tperdue Exp $
#

MAILTO=""

#
#       recalculate user popularity metric
#
10 1 * * * /path/to/gforge/cronjobs/calculate_user_metric.php

#
#  daily project_weekly_metric recalc
#
12 1 * * * /path/to/gforge/cronjobs/project_weekly_metric.php

#
#   daily deletion of sessions, closing jobs, etc
#
15 1 * * * /path/to/gforge/cronjobs/project_cleanup.php

#
#  daily crunching of survey data and other associated ratings
#
41 1 * * * /path/to/gforge/cronjobs/rating_stats.php

#
#  daily crunching of project summary data (counts)
#
45 1 * * * /path/to/gforge/cronjobs/db_project_sums.php

#
#   daily recalculate of the sums under the trove map
#
50 1 * * * /path/to/gforge/cronjobs/db_trove_maint.php

#
#       daily close pending artifacts
#
57 1 * * * /path/to/gforge/cronjobs/check_stale_tracker_items.php

#
#       VACUUM should be done after ALL OTHER JOBS
#
0 2 * * * /path/to/gforge/cronjobs/vacuum.php

#
#       Stats aggregation work
#
15 07 * * * /path/to/gforge/cronjobs/db_stats_agg.php

#
#       daily rotation of the activity_log
#
0 0 * * * /path/to/gforge/cronjobs/rotate_activity.php

#
#       daily aggregating of the numbers
#
15 0 * * * /path/to/gforge/cronjobs/site_stats.php

#
# Hourly send pending massmailings, if any
#
47 * * * * /path/to/gforge/cronjobs/massmail.php

#
#       Reporting Process
#
25 07 * * * /path/to/gforge/cronjobs/reporting_cron.php

#
#
#       IMPORTANT!! READ THE README.root file before continuing!
#
#
#
#       Create the /etc/* files
#
#10 * * * * /path/to/gforge/cronjobs/cvs-cron/usergroup.php

#
#       Upload the SSH key files
#
#15 * * * * /path/to/gforge/cronjobs/cvs-cron/ssh_create.php

#
#       Create the blank cvs trees
#
#20 * * * * /path/to/gforge/cronjobs/cvs-cron/cvs.php

#
#       Daily stats collection
#
###incomplete 20 1 * * * /path/to/gforge/cronjobs/cvs-cron/history_parse.php

#
#       Create the new mailing lists
#
#06 * * * * /path/to/gforge/cronjobs/mail/mailing_lists_create.php

#
#       Create the /etc/aliases file
#
#08 * * * * /path/to/gforge/cronjobs/mail/mailaliases.php






reply via email to

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