Bugzilla

From SME Server
Jump to navigationJump to search







bugzilla
Bugzilla-ayb.png
bugzilla logo
MaintainerBrianr
Urlhttps://www.bugzilla.org/
Source: smeserver-bugzilla
LicenceAGPLv3
Category

Coding

Tags bugsbugcodingticketsproject management


Bugzilla for SME Server

Version

smecontribs 11:
smecontribs 10:
smeserver-bugzilla
The latest version of smeserver-bugzilla is available in the SME repository, click on the version number(s) for more information.


smecontribs 11:
smecontribs 10:
bugzilla
The latest version of bugzilla is available in the SME repository, click on the version number(s) for more information.


Description

Bugzilla is a Web-based general-purpose bugtracker and testing tool originally developed and used by the Mozilla project, and licensed under the Mozilla Public License.

Released as open source software by Netscape Communications in 1998, it has been adopted by a variety of organizations for use as a bug tracking system for both free and open source software and proprietary projects and products. Bugzilla is used, among others, by Mozilla Foundation, Wikimedia Foundation, WebKit, NASA, Yahoo!, GNOME, KDE, Apache, Red Hat and Novell.....And the best of all : The SME Server project.

Installation

yum install smeserver-bugzilla --enablerepo=smecontribs
yum --enablerepo=smecontribs install smeserver-bugzilla
signal-event post-upgrade;  signal-event reboot

Go to http://yourdomain.sme/bugzilla and login as admin in your web browser.

  • email : admin@yourdomain.sme
  • password : is given by
 config getprop bugzilla AdminPassword

You then have to set the local email details:

Access Administration/Parameters/Email and then select "smtp" as mail_delivery_method, "localhost" as smtpserver and blank smtp_username, and smtp_password, and un-select SSL.

Migrating data from previous version

Before overwriting or uninstalling the previous version you can dump the data from the database:

mysqldump -u bugzilla -p bugzilla > bugzilla.sql

or 

mysqldump105 -u bugzilla -p bugzilla > bugzilla.sql

and then import it into the "new" database:

mysql  bugzilla < bugzilla.sql

and finally run the checksetup.pl bugzilla script to make sure that the database is upgraded to the latest structure (but retains the data).

/usr/share/bugzilla/checksetup.pl

Uninstall

yum remove smeserver-bugzilla

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-bugzilla component or use this link .

Below is an overview of the current issues for this contrib:

IDProductVersionStatusSummary (2 tasks)
13560SME Contribs11.0CONFIRMEDenable mod_version
13559SME Contribs11.0CONFIRMEDbump to 5.2

Changelog

Only released version in smecontrib are listed here.

smeserver-bugzilla-1.0-11.el8.sme Changelog: SME 11 (smecontribs)

2026/06/02 Jean-Philippe Pialasse 1.0-11.sme
- remove requires smeserver-mariadb105 [SME: 13143]

- import bugzilla.dump from mariadb10.5 or for mariadb in that order [SME: 13144]
2025/09/12 Jean-Philippe Pialasse 1.0-10.sme
- revert using core mariadb [SME: 13143]
2024/09/08 fix-e-smith-pkg.sh by Trevor Batley 1.0-9.sme
- Fix e-smith references in smeserver-bugzilla [SME: 12732]
2024/09/07 cvs2git.sh aka Brian Read 1.0-8.sme
- Roll up patches and move to git repo [SME: 12338]

2024/09/07 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,

by assuming the date is correct and changing the weekday.
smeserver-bugzilla-1.0-11.el8.sme Changelog: SME 10 (smecontribs)

2022/07/25 Jean-Philippe Pialasse 1.0-7.sme
- update to httpd 2.4 access syntax [SME: 12038]

added option for private /public access default remains public
2022/05/30 Brian Read 1.0-5.sme
- Switch-to-mariadb-105 for SME10 and add -update event [SME: 11977]
2022/05/30 Brian Read 1.0-4.sme
- Fix transaction failure with --ignoredirs in genfilelist [SME: 11977]
2013/10/13 Jean-Philippe Pialasse 1.0-3.sme
- fixing admin pass too long [SME: 7902]
2013/10/12 Jean-Philippe Pialasse 1.0-2.sme
- fixing localconfig path to etc