Skip to content

mhoye/Canutist

Repository files navigation

Canutist/TriageBot

This is a tool for facilitating community involvement the Bugzilla triage process. It is named for Canute The Great, 12th century king of what are now Denmark, Norway, England and Sweden, and dedicated to those of us who cannot simply order the incoming tides to stop.

https://en.wikipedia.org/wiki/King_Canute_and_the_waves

Outside of Python and the relevant modules it also depends on bztools, available here:

https://github.com/LegNeato/bztools

Installation:

Steps to install are:

  • Set up a webserver such as Apache or Lighhtpd.
  • Configure that server to use python as CGI
  • Create and set permissions as follows on the following files:

Files and permissions required by the web server for this application are:

  • /etc/bz-triage.cfg - Read access
  • /var/log/bz-triage.log - Write access
  • /var/local/bz-triage/contributors.cfg - Read and write access.

bz-triage.cfg looks like this:

{ "server": "<your Bugzilla server>", "owner": "<your name>", "user": "<bugzilla service account>", "password": "<bugzilla service account password>", "smtp_user": "<your outgoing mail service account>", "smtp_password": "<mail service account password>", "smtp_server": "<outgoing mail server>" }

About

This is a tool for facilitating community involvement the Bugzilla triage process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published