#
# GForge
# Copyright 1999-2001 (c) VA Linux Systems
# Copyright 2002-2004 (c) GForge, LLC, Ognyan Kulev
# http://gforge.org/
#

# Change path to the GForge directory.
FUSIONFORGE="/usr/share/gforge"

# Change paths to the GForge directory.
# Don't reference $GFORGE because this won't work!
# You may need to change the pathname to php CLI (command line interface)
PHP="/usr/bin/php -q -d include_path=.:/etc/gforge:/usr/share/gforge:/usr/share/gforge/www/include"

# Don't mail command output to anyone.
MAILTO=""

#
#       Create the /etc/* files : only usefull if the sys_account_manager_type=UNIX
#
#10 * * * * root $PHP $FUSIONFORGE/plugins/scmcvs/cronjobs/usergroup.php

#
#       Upload the SSH key files
#
15 * * * * root $PHP $FUSIONFORGE/plugins/scmcvs/cronjobs/ssh_create.php

#
#       Create the blank cvs trees
#
20 * * * * root $PHP $FUSIONFORGE/plugins/scmcvs/cronjobs/cvs.php

#
#       Daily stats collection
#
20 1 * * * root $PHP $FUSIONFORGE/plugins/scmcvs/cronjobs/history_parse.php

#
#       Create CVS tarballs
#
5 2 * * * root $PHP $FUSIONFORGE/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 $FUSIONFORGE/plugins/scmcvs/cronjobs/snapshots.sh generate
