The bugzilla rpms
Find a file
2015-01-31 22:57:06 +01:00
.gitignore - Update to 4.2.13 (fixes regressions in 4.2.12 which itself 2015-01-31 22:48:25 +01:00
bugzilla-httpd-conf - Update to 4.2.13 (fixes regressions in 4.2.12 which itself 2015-01-31 22:48:25 +01:00
bugzilla-rw-paths.patch - Fix the comparison of module versions (#1044854) 2014-01-19 16:13:01 +01:00
bugzilla-yum.patch Update to 4.0.1 and patch the installation procedure to recommend yum 2011-05-01 17:36:01 +02:00
bugzilla.cron-daily Update to 4.0 2011-03-28 00:18:56 +02:00
bugzilla.spec Add date to the changelog 2015-01-31 22:57:06 +01:00
README.fedora.bugzilla Update to 4.0.4 to fix security flaws (#786550) 2012-02-01 22:44:01 +01:00
sources - Update to 4.2.13 (fixes regressions in 4.2.12 which itself 2015-01-31 22:48:25 +01:00

Bugzilla is a powerful bug tracking system used by a large number of open
source projects.  

In order to use Bugzilla, you will first need to configure it for your 
environment.  The first step to doing this is to run the checksetup.pl
script, which will perform module version checks and create an initial
config file in /etc/bugzilla called localconfig.  You then need to ensure
the values in this file are accurate for your environment.

Once this is done, you may need to modify default settings for your database
to ensure it accepts Bugzilla data properly.  Please see 
http://www.bugzilla.org/docs/4.0/en/html/configuration.html for specifics of 
database setting modifications.

Lastly, simply re-run checksetup.pl to populate the database tables, set up
the templates, and add the administrator ID.  You should be done at this point.

There are two useful cron jobs which are included with Bugzilla which should be
put in place after configuration is done.  The first is a daily cron job for 
statistics collection.  This is in the file "cron.daily" and can be enabled by
simply copying this file to /etc/cron.daily/bugzilla (or any other file name
in the /etc/cron.daily/ directory).  The second is the "whine" cron job,
designed to run every 15 minutes.  To enable this job, simply copy the
cron.whine file to /etc/cron.d/bugzilla (or any othe filename within the
/etc/cron.d/ directory).