update_db.pl - Script to synchronise local database with Bugzilla database


SYNOPSIS

        ./util/update_db.pl        # normal production execution
        ./util/update_db.pl DEVEL  # run in development enviornment


DESCRIPTION

This script synchronises the local WTF database with the Bugzilla database, specifically in the area of user accounts and bugs that have the component of ``Tracking'' in them, indicating that they are projects to which time can be tracked.

A bug with the component of ``Tracking'' will be considered a project by WTF. Such a project will be marked active if the bug is not marked CLOSED or VERIFIED.

Running this script in DEVEL mode will cause it to use the development database and send all the emails to the administrator.


DEPENDENCIES

update_db.pl depends on the following modules:

update_db.pl also requires an active local database and Bugzilla database.


COPYRIGHT, LICENSE, AND DISCLAIMER OF WARRANTY

Use of this module implies the reading and agreement with the license under which this software is release. That license can be found in the ``license.txt'' file included with this distribution.